Skip to content

Commit

Permalink
Merge pull request #228 from ifad/dependabot/bundler/sinatra-3.2.0
Browse files Browse the repository at this point in the history
Bump sinatra from 3.1.0 to 3.2.0
  • Loading branch information
tagliala committed Jan 1, 2024
2 parents a37e44d + ab54b8b commit d9a139d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'rest-client', '~> 2.1'
gem 'ruby-filemagic', '~> 0.7.3'
gem 'sidekiq', '~> 6.5'
gem 'sidekiq-cron', '~> 1.9'
gem 'sinatra', '~> 3.1'
gem 'sinatra', '~> 3.2'
gem 'thin', '~> 1.8'
gem 'unicorn', '~> 6.1'

Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
byebug (11.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
Expand Down Expand Up @@ -54,7 +55,8 @@ GEM
raabro (1.4.0)
racc (1.7.3)
rack (2.2.8)
rack-protection (3.1.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -96,10 +98,10 @@ 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)
temple (0.10.3)
thin (1.8.2)
Expand Down Expand Up @@ -141,7 +143,7 @@ DEPENDENCIES
sidekiq (~> 6.5)
sidekiq-cron (~> 1.9)
simplecov
sinatra (~> 3.1)
sinatra (~> 3.2)
thin (~> 1.8)
timecop
unicorn (~> 6.1)
Expand Down

0 comments on commit d9a139d

Please sign in to comment.