Skip to content

Commit

Permalink
Upgrade to Ruby 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orendon committed Dec 28, 2013
1 parent feec3ba commit 63d113d
Show file tree
Hide file tree
Showing 3 changed files with 6 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.0.0-p353
2.1.0
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
before_install: gem install bundler --pre
language: ruby
rvm:
- 2.0.0
- 2.0.0
- 2.1.0
before_install:
- gem update --system
- gem install bundler
- bundler version
- gem --version
env:
- RAILS=3.2.16
Expand Down
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.0.0'
ruby '2.1.0'

gem 'rails', '3.2.16'

Expand Down Expand Up @@ -46,7 +46,6 @@ group :development, :test do
gem 'rspec-rails'
end


group :test do
gem 'shoulda-matchers'
gem 'simplecov', require: false
Expand Down

0 comments on commit 63d113d

Please sign in to comment.