Skip to content

Commit

Permalink
Merge 607312f into 323fcff
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Oct 13, 2018
2 parents 323fcff + 607312f commit 91c2960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -15,7 +15,6 @@ group :test do
gem 'coveralls'
gem 'rack', '~> 1.2', :platforms => [:jruby_18, :jruby_19, :ruby_18, :ruby_19, :ruby_20, :ruby_21]
gem 'rspec', '>= 3'
gem 'rubocop', '>= 0.37', :platforms => [:ruby_20, :ruby_21, :ruby_22, :ruby_23, :ruby_24]
gem 'simplecov', '>= 0.9'

platforms :jruby_18, :ruby_18 do
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -28,4 +28,4 @@ rescue LoadError
end
end

task :default => [:spec, :rubocop]
task :default => [:spec]

0 comments on commit 91c2960

Please sign in to comment.