Skip to content

Commit

Permalink
Merge pull request #210 from ifad/dependabot/bundler/sinatra-3.1.0
Browse files Browse the repository at this point in the history
Bump sinatra from 3.0.6 to 3.1.0
  • Loading branch information
tagliala committed Aug 14, 2023
2 parents 76d5e46 + e87f706 commit 9dcc673
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'rest-client', '~> 2.1'
gem 'ruby-filemagic', '~> 0.7.3'
gem 'sidekiq', '~> 6.5'
gem 'sidekiq-cron', '~> 1.9'
gem 'sinatra', '~> 3.0'
gem 'sinatra', '~> 3.1'
gem 'thin', '~> 1.8'
gem 'unicorn', '~> 6.1'

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ GEM
racc (~> 1.4)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.7)
rack-protection (3.0.6)
rack
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
raindrops (0.20.0)
Expand Down Expand Up @@ -96,18 +96,18 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sinatra (3.0.6)
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.6)
rack-protection (= 3.1.0)
tilt (~> 2.0)
temple (0.10.0)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.1)
tilt (2.1.0)
tilt (2.2.0)
timecop (0.9.7)
timeout (0.3.2)
tzinfo (2.0.6)
Expand Down Expand Up @@ -140,7 +140,7 @@ DEPENDENCIES
sidekiq (~> 6.5)
sidekiq-cron (~> 1.9)
simplecov (~> 0.22.0)
sinatra (~> 3.0)
sinatra (~> 3.1)
thin (~> 1.8)
timecop (~> 0.9.7)
unicorn (~> 6.1)
Expand Down

0 comments on commit 9dcc673

Please sign in to comment.