Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Use Ruby 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jan 10, 2016
1 parent 40ab442 commit 220f07b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.3.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: ruby
rvm:
- 2.2.3
- 2.3.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.2.3
FROM ruby:2.3.0
MAINTAINER Daisuke Fujita <dtanshi45@gmail.com> (@dtan4)

RUN bundle config --global frozen 1
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
source "https://rubygems.org"
source "https://rails-assets.org"

ruby "2.2.3"

gem "rack", "~> 1.5.2"
gem "sinatra", "~> 1.4.5", require: "sinatra/base"
gem "sinatra-contrib"
Expand Down

0 comments on commit 220f07b

Please sign in to comment.