Skip to content

Commit

Permalink
Merge pull request #13 from fdocr/dependabot/bundler/sinatra-2.2.3
Browse files Browse the repository at this point in the history
Bump sinatra from 2.2.0 to 2.2.3
  • Loading branch information
fdocr committed May 5, 2023
2 parents 1c98ed4 + e79fbee commit d905ff0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |name| "https://github.com/#{name}.git" }
source "https://rubygems.org"
ruby File.read(File.join(File.dirname(__FILE__), ".ruby-version")).strip

gem 'sinatra', '~> 2.1'
gem 'sinatra', '~> 2.2'
gem 'puma', '~> 5.6'
gem 'rack-attack', '~> 6.5'
gem 'redis-activesupport', '~> 5.2'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ GEM
concurrent-ruby (~> 1.0)
minitest (5.18.0)
multi_json (1.15.0)
mustermann (1.1.2)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
puma (5.6.4)
nio4r (~> 2.0)
rack (2.2.7)
rack-attack (6.6.0)
rack (>= 1.0, < 3)
rack-protection (2.2.0)
rack-protection (2.2.3)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -46,16 +46,16 @@ GEM
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.3)
tilt (~> 2.0)
sinatra-contrib (2.2.0)
sinatra-contrib (2.2.3)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.2.0)
sinatra (= 2.2.0)
mustermann (~> 2.0)
rack-protection (= 2.2.3)
sinatra (= 2.2.3)
tilt (~> 2.0)
sinatra-reloader (1.0)
sinatra-contrib
Expand All @@ -77,7 +77,7 @@ DEPENDENCIES
rack-test (~> 1.1)
redis-activesupport (~> 5.2)
rspec (~> 3.10)
sinatra (~> 2.1)
sinatra (~> 2.2)
sinatra-reloader (~> 1.0)

RUBY VERSION
Expand Down

0 comments on commit d905ff0

Please sign in to comment.