Skip to content

Commit

Permalink
Duh...
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrrl committed May 9, 2015
1 parent 5944461 commit c0b1bca
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions Gemfile
Expand Up @@ -3,6 +3,18 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in google-apis.gemspec
gemspec


group :development do
gem 'bundler', '~> 1.7'
gem 'rake', '~> 10.0'
gem 'rspec', '~> 3.1'
gem 'json_spec', '~> 1.1'
gem 'webmock', '~> 1.21'
gem 'simplecov', '~> 0.9'
gem 'coveralls', '~> 0.7.11'
gem 'rubocop', '~> 0.29'
end

platforms :jruby do
group :development do
gem 'jruby-openssl'
Expand All @@ -14,14 +26,6 @@ platforms :ruby do
gem 'yard', '~> 0.8'
gem 'redcarpet', '~> 3.2'
gem 'github-markup', '~> 1.3'
gem 'bundler', '~> 1.7'
gem 'rake', '~> 10.0'
gem 'rspec', '~> 3.1'
gem 'json_spec', '~> 1.1'
gem 'webmock', '~> 1.21'
gem 'simplecov', '~> 0.9'
gem 'coveralls', '~> 0.7.11'
gem 'rubocop', '~> 0.29'
end
end

Expand Down

0 comments on commit c0b1bca

Please sign in to comment.