Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Use ruby 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Dec 25, 2016
1 parent 6a98b03 commit ca08fe4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3
2.4.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "2.3.3"
ruby "2.4.0"

# Distribute your app as a gem
# gemspec
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ DEPENDENCIES
twitter

RUBY VERSION
ruby 2.3.3p222
ruby 2.4.0p0

BUNDLED WITH
1.13.6
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://circleci.com/docs/config-sample
machine:
ruby:
version: 2.3.3
version: 2.4.0

# Add some environment variables
environment:
Expand Down

0 comments on commit ca08fe4

Please sign in to comment.