Skip to content

Commit 2f3861f

Browse files
chore: Set exact Rails version in Gemfile (#806)
chore: Set exact Rails version in Gemfile
2 parents eecb859 + 64c26be commit 2f3861f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby "3.0.7"
44

55
gem "pg"
66
gem "puma"
7-
gem "rails", "~> 6.1.7.8"
7+
gem "rails", "6.1.7.8"
88

99
kinetic_gem_spec = {git: "https://github.com/artsy/kinetic.git", branch: "main"}
1010
# kinetic_gem_spec = { path: '../kinetic' }

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ DEPENDENCIES
421421
pg
422422
pry-rails
423423
puma
424-
rails (~> 6.1.7.8)
424+
rails (= 6.1.7.8)
425425
rspec-rails
426426
sassc-rails
427427
selenium-webdriver

0 commit comments

Comments
 (0)