Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4627 from geome/rdallasgray/fix-tests
Pin tins and listen gems to make tests pass
  • Loading branch information
timoschilling committed Sep 12, 2016
2 parents 0a5a15b + 5f2f194 commit d01155f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -58,11 +58,12 @@ group :test do
gem 'capybara'
gem 'simplecov', require: false # Test coverage generator. Go to /coverage/ after running tests
gem 'coveralls', require: false # Test coverage website. Go to https://coveralls.io
gem 'tins', '~> 1.6.0', require: false # Required by coveralls, > 1.6.0 removes support for Ruby 1.9
gem 'cucumber-rails', require: false
gem 'cucumber', '1.3.20'
gem 'database_cleaner'
gem 'guard-rspec', require: false
gem 'listen', '~> 2.7', platforms: :ruby_19
gem 'listen', '~> 2.7', platforms: [:ruby_19, :jruby]
gem 'jasmine'
gem 'phantomjs', '1.9.8.0' # Same version as Travis CI's pre-installed version
gem 'jslint_on_rails'
Expand Down

0 comments on commit d01155f

Please sign in to comment.