Skip to content

Commit 804caf3

Browse files
authored
chore: Update dependencies of rails-6.1 gemfile (#1621)
1 parent 310854e commit 804caf3

File tree

3 files changed

+128
-125
lines changed

3 files changed

+128
-125
lines changed

Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ appraise 'rails_6_1' do
1717
instance_eval(&shared_spring_dependencies)
1818
instance_eval(&controller_test_dependency)
1919

20-
gem 'rails', '6.1.7.6'
20+
gem 'rails', '6.1.7.7'
2121
gem 'puma', '~> 5.0'
2222
gem 'sass-rails', '>= 6'
2323
gem 'turbolinks', '~> 5'

gemfiles/rails_6_1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem "yard"
2020
gem "spring"
2121
gem "spring-watcher-listen", "~> 2.0.0"
2222
gem "rails-controller-testing", ">= 1.0.1"
23-
gem "rails", "6.1.7.6"
23+
gem "rails", "6.1.7.7"
2424
gem "puma", "~> 5.0"
2525
gem "sass-rails", ">= 6"
2626
gem "turbolinks", "~> 5"

0 commit comments

Comments
 (0)