Skip to content

Commit

Permalink
Pin rails to specific version and make it stand out
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaumann95 committed Jul 22, 2020
1 parent a29035e commit 790292e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ruby File.read(".ruby-version").strip

source "https://rubygems.org"

gem "rails", "~> 6.0.3", ">= 6.0.3.2"
gem "rails", "6.0.3.2"

gem "bootsnap"
gem "chartkick"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ DEPENDENCIES
pg
plek
pry
rails (~> 6.0.3, >= 6.0.3.2)
rails (= 6.0.3.2)
rspec-rails
rubocop-govuk
scss_lint-govuk
Expand Down

0 comments on commit 790292e

Please sign in to comment.