Skip to content

Commit

Permalink
Merge pull request #550 from alphagov/upgrade-ruby
Browse files Browse the repository at this point in the history
Update to Ruby 2.4.2
  • Loading branch information
danielburnley authored Nov 28, 2017
2 parents 583e9c8 + d910c3a commit 3c73f41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.4.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.3.1
FROM ruby:2.4.2
RUN apt-get update -qq && apt-get upgrade -y

RUN apt-get install -y build-essential nodejs && apt-get clean
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ group :test do
gem 'capybara'
gem 'mocha'
gem 'poltergeist', require: false
gem 'webmock', '~> 1.18.0', require: false
gem 'webmock', '~> 2.3.0', require: false
end
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ GEM
slimmer (>= 11.1.0)
govuk_schemas (2.3.0)
json-schema (~> 2.5.0)
hashdiff (0.3.7)
highline (1.7.8)
htmlentities (4.3.4)
http-cookie (1.0.3)
Expand Down Expand Up @@ -294,9 +295,10 @@ GEM
kgio (~> 2.6)
rack
raindrops (~> 0.7)
webmock (1.18.0)
webmock (2.3.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
Expand Down Expand Up @@ -344,11 +346,11 @@ DEPENDENCIES
slimmer (~> 11.1.0)
uglifier (>= 1.3.0)
unicorn (= 4.8)
webmock (~> 1.18.0)
webmock (~> 2.3.0)
wraith (~> 4.0)

RUBY VERSION
ruby 2.3.1p112
ruby 2.4.2p198

BUNDLED WITH
1.15.3

0 comments on commit 3c73f41

Please sign in to comment.