Skip to content

Commit

Permalink
chore: Update dependencies of rails-6.1 gemfile (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsales28 committed Mar 16, 2024
1 parent 310854e commit 804caf3
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 125 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -17,7 +17,7 @@ appraise 'rails_6_1' do
instance_eval(&shared_spring_dependencies)
instance_eval(&controller_test_dependency)

gem 'rails', '6.1.7.6'
gem 'rails', '6.1.7.7'
gem 'puma', '~> 5.0'
gem 'sass-rails', '>= 6'
gem 'turbolinks', '~> 5'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.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", "6.1.7.6"
gem "rails", "6.1.7.7"
gem "puma", "~> 5.0"
gem "sass-rails", ">= 6"
gem "turbolinks", "~> 5"
Expand Down

0 comments on commit 804caf3

Please sign in to comment.