Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GIT
PATH
remote: .
specs:
coprl (3.1.2)
coprl (3.1.4)
dry-configurable (> 0.1, <= 0.13)
dry-container (<= 0.8)
dry-inflector (<= 0.1)
Expand All @@ -95,6 +95,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.2)
Expand Down Expand Up @@ -134,7 +135,8 @@ GEM
rack (2.2.8)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-protection (3.1.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (0.8.3)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -174,17 +176,17 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sinatra (3.1.0)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
rack-protection (= 3.2.0)
tilt (~> 2.0)
thor (1.1.0)
tilt (2.3.0)
timecop (0.9.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
watir (7.2.2)
regexp_parser (>= 1.2, < 3)
Expand Down
2 changes: 1 addition & 1 deletion lib/coprl/presenters/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Coprl
module Presenters
module Version
VERSION = '3.1.2'
VERSION = "3.1.4"
end
end
end