Gemfile in scide-0.1.1 vs Gemfile in scide-1.0.0

- old
+ new

@@ -1,23 +1,23 @@ source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" -gem 'commander', '~> 4.1.3' +gem 'commander', '~> 4.1.5' gem 'paint', '~> 0.8.6' -gem 'which_works', '~> 1.0.0' +gem 'which_works', '~> 1.0.2' # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem 'bundler' gem 'rake' gem 'rspec' - gem 'fakefs', require: 'fakefs/safe', git: 'git@github.com:AlphaHydrae/fakefs.git', branch: 'executable-bug' + gem 'fakefs', require: 'fakefs/safe' gem 'jeweler' - gem 'gemcutter' gem 'gem-release' gem 'rake-version' gem 'simplecov' gem 'travis-lint' + gem 'coveralls', require: false end