Skip to content

Commit

Permalink
chore: Update dependencies of rails-7.0 gemfile (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsales28 committed Mar 16, 2024
1 parent 4c52097 commit 33bec1c
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 140 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -45,7 +45,7 @@ appraise 'rails_7_0' do
instance_eval(&shared_spring_dependencies)
instance_eval(&controller_test_dependency)

gem 'rails', '7.0.8'
gem 'rails', '7.0.8.1'
gem 'sprockets-rails'
gem 'puma', '~> 5.0'
gem 'importmap-rails'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile
Expand Up @@ -20,7 +20,7 @@ gem "yard"
gem "spring"
gem "spring-watcher-listen", "~> 2.0.0"
gem "rails-controller-testing", ">= 1.0.1"
gem "rails", "7.0.8"
gem "rails", "7.0.8.1"
gem "sprockets-rails"
gem "puma", "~> 5.0"
gem "importmap-rails"
Expand Down

0 comments on commit 33bec1c

Please sign in to comment.