Skip to content

Commit 4ec1de3

Browse files
committed
disable ruby 2.2 for now
1 parent 9a5ef38 commit 4ec1de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ group :test do
1010
gem 'rspec', '>= 3.1'
1111
gem 'growl'
1212
gem 'rb-fsevent'
13-
gem 'coveralls', :platforms => [:ruby_19, :ruby_20, :ruby_21, :ruby_22]
13+
gem 'coveralls', :platforms => [:ruby_19, :ruby_20, :ruby_21]
1414
gem 'i18n', '< 0.7.0', :platforms => [:ruby_18]
1515
end

0 commit comments

Comments
 (0)