Skip to content

Commit

Permalink
Bump ruby to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlopes authored and Harry Maclean committed Feb 21, 2017
1 parent b881eb5 commit b6568c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.3.3
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ruby "2.3.1"
ruby "2.3.3"
source "https://rubygems.org"

gem "bundler", "~> 1.13.6"
gem "bundler", "~> 1.14.3"
gem "gemnasium-parser", "~> 0.1.9"
gem "gems", "~> 0.8.3"
gem "octokit", "~> 4.6.2"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.13.6)
bundler (~> 1.14.3)
dotenv
foreman (~> 0.82.0)
gemnasium-parser (~> 0.1.9)
Expand All @@ -98,7 +98,7 @@ DEPENDENCIES
webmock (~> 2.3.1)

RUBY VERSION
ruby 2.3.1p112
ruby 2.3.3p222

BUNDLED WITH
1.13.7
1.14.3
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
ruby:
version: 2.3.1
version: 2.3.3
node:
version: 6.9.0
environment:
Expand Down

0 comments on commit b6568c4

Please sign in to comment.