Skip to content

Commit

Permalink
Remove Ruby version from Gemfile.lock and update gems for 2.7.1
Browse files Browse the repository at this point in the history
It's better to have the version of Ruby stored in just one place
  • Loading branch information
cdccollins committed Sep 10, 2020
1 parent a970a5a commit bcd5de8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source "https://rubygems.org"

ruby File.read(".ruby-version").strip

gem "rails", "6.0.3.3"

gem "dalli"
Expand Down
15 changes: 6 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
rack (>= 0.9.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
brakeman (4.8.2)
brakeman (4.9.1)
builder (3.2.4)
capybara (3.33.0)
addressable
Expand Down Expand Up @@ -137,7 +137,7 @@ GEM
domain_name (~> 0.5)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
image_size (2.0.2)
image_size (2.1.0)
io-like (0.3.1)
jasmine (3.6.0)
jasmine-core (~> 3.6.0)
Expand Down Expand Up @@ -197,8 +197,8 @@ GEM
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.5)
puma (4.3.5)
public_suffix (4.0.6)
puma (4.3.6)
nio4r (~> 2.0)
rack (2.2.3)
rack-test (1.1.0)
Expand Down Expand Up @@ -266,8 +266,8 @@ GEM
rubocop-ast (>= 0.1.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.2.0)
parser (>= 2.7.0.1)
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
rubocop-govuk (3.17.0)
rubocop (= 0.87.1)
rubocop-rails (= 2.6.0)
Expand Down Expand Up @@ -400,8 +400,5 @@ DEPENDENCIES
webmock
wraith

RUBY VERSION
ruby 2.6.6

BUNDLED WITH
1.17.3

0 comments on commit bcd5de8

Please sign in to comment.