Skip to content

Commit

Permalink
Merge pull request #11 from kayhide/dependabot/bundler/rack-2.1.4
Browse files Browse the repository at this point in the history
Bump rack from 2.0.8 to 2.1.4
  • Loading branch information
kayhide committed Jul 30, 2020
2 parents 01bea48 + 66c1d0a commit 53f9ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -23,7 +23,7 @@ gem 'slim-rails'

# rack-2.1.1 has problem with sidekiq web
# https://github.com/rack/rack/pull/1428
gem 'rack', '~> 2.0.0'
gem 'rack', '~> 2.1.4'

# gem 'bcrypt', '~> 3.1.7'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -213,7 +213,7 @@ GEM
pry (>= 0.9.11)
public_suffix (4.0.3)
puma (3.12.6)
rack (2.0.8)
rack (2.1.4)
rack-livereload (0.3.17)
rack
rack-protection (2.0.8.1)
Expand Down Expand Up @@ -354,7 +354,7 @@ DEPENDENCIES
pry-rails
pry-stack_explorer
puma (~> 3.12)
rack (~> 2.0.0)
rack (~> 2.1.4)
rack-livereload
rails (~> 6.0.0)
rails-i18n
Expand Down

0 comments on commit 53f9ca2

Please sign in to comment.