Skip to content

Commit

Permalink
Relax dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Dec 20, 2015
1 parent 796eb3f commit 41b0629
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -3,7 +3,6 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'rake', '~> 10.4'
gem 'rspec', '~> 2.14.1'
gem 'cucumber', '~> 2.1'
gem 'webmock', '~> 1.17.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -105,11 +105,11 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.5)
bundler
coveralls (~> 0.7.0)
cucumber (~> 2.1)
github_api!
rake (~> 10.4)
rake
reek (~> 1.2.12)
roodi (~> 2.2.0)
rspec (~> 2.14.1)
Expand Down
3 changes: 2 additions & 1 deletion github_api.gemspec
Expand Up @@ -25,5 +25,6 @@ Gem::Specification.new do |gem|
gem.add_dependency 'nokogiri', '~> 1.6.6'
gem.add_dependency 'descendants_tracker', '~> 0.0.4'

gem.add_development_dependency 'bundler', '~> 1.5'
gem.add_development_dependency 'bundler'
gem.add_development_dependency 'rake'
end

0 comments on commit 41b0629

Please sign in to comment.