Skip to content

Commit

Permalink
Merge pull request #672 from artsy/jonallured/chore-set-exact-rails-v…
Browse files Browse the repository at this point in the history
…ersion-in-gemfile

chore: Set exact Rails version in Gemfile
  • Loading branch information
jonallured authored Dec 4, 2024
2 parents fa30d97 + eac9c8c commit 0f23917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.0.2"

gem "rails", "6.1.7.9"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "coffee-rails"
gem "dogstatsd-ruby", require: "datadog/statsd" # send metrics to datadog agent
gem "rails", "~> 6.1.7.7"
# Use postgresql as the database for Active Record
gem "pg"
# Use Puma as the app server
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ DEPENDENCIES
octokit (~> 4.0)
pg
puma (~> 5.6)
rails (~> 6.1.7.7)
rails (= 6.1.7.9)
redis
releasecop (>= 0.0.15)
rspec-rails
Expand Down

0 comments on commit 0f23917

Please sign in to comment.