Skip to content

Commit

Permalink
updating rack
Browse files Browse the repository at this point in the history
  • Loading branch information
siglun committed Jul 19, 2022
1 parent 4f27206 commit 9470b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ gem "devise", ">= 4.6.0"
gem 'devise-guests', '~> 0.5'
gem 'devise_cas_authenticatable'
gem "bootstrap-sass", ">= 3.4.1"
gem "rack", ">= 2.0.6"
gem "rack", ">= 2.2.3"
gem "rails-html-sanitizer", ">= 1.4.3"
gem "loofah", ">= 2.2.3"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ GEM
puma (4.3.12)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.0.7)
rack (2.2.4)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.1.7)
Expand Down Expand Up @@ -272,7 +272,7 @@ DEPENDENCIES
nokogiri (>= 1.13.6)
perfect-scrollbar-rails
puma (~> 4.3.12)
rack (>= 2.0.6)
rack (>= 2.2.3)
rails (~> 5.1.4)
rails-html-sanitizer (>= 1.4.3)
rsolr (~> 1.0)
Expand Down

0 comments on commit 9470b9e

Please sign in to comment.