Skip to content

Commit

Permalink
Add support for Ruby 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 1, 2014
1 parent e275ea3 commit 09521e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- rbx
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ group :test do
gem 'coveralls', :require => false
gem 'json', :platforms => [:ruby_19]
gem 'rspec', '~> 2.14'
gem 'rubocop', :platforms => [:ruby_19, :ruby_20]
gem 'rubocop', :platforms => [:ruby_19, :ruby_20, :ruby_21]
gem 'simplecov', :require => false
gem 'yardstick'
end
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -56,6 +56,7 @@ implementations:
* Ruby 1.9.2
* Ruby 1.9.3
* Ruby 2.0.0
* Ruby 2.1.0
* [JRuby][]
* [Rubinius][]
* [Ruby Enterprise Edition][ree]
Expand Down

0 comments on commit 09521e5

Please sign in to comment.