Skip to content

Commit

Permalink
#45 up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 24, 2024
1 parent 67f308b commit b9acdd6
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 @@ -24,7 +24,7 @@ source 'https://rubygems.org'
gemspec

gem 'minitest', '5.23.1', require: false
gem 'rack', '2.2.9', require: false
gem 'rack', '3.0.11', require: false
gem 'rake', '13.2.1', require: false
gem 'rspec-rails', '6.1.2', require: false
gem 'rubocop', '1.50.2', require: false
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ GEM
psych (5.1.2)
stringio
racc (1.8.0)
rack (2.2.9)
rack-session (1.0.2)
rack (< 3)
rack (3.0.11)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (1.0.0)
rack (< 3)
webrick
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand Down Expand Up @@ -167,7 +167,7 @@ PLATFORMS
DEPENDENCIES
minitest (= 5.23.1)
pgtk!
rack (= 2.2.9)
rack (= 3.0.11)
rake (= 13.2.1)
rspec-rails (= 6.1.2)
rubocop (= 1.50.2)
Expand Down

0 comments on commit b9acdd6

Please sign in to comment.