Skip to content

Commit

Permalink
Ensure a compatible version of slop is installed
Browse files Browse the repository at this point in the history
3.6 will work with byebug (Installed by rails 4.2) and ldp
  • Loading branch information
jcoyne committed Dec 29, 2014
1 parent 3b75414 commit 9c4e56a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ rvm:
- 2.1

env:
- "RAILS_VERSION=4.2.0"
- "RAILS_VERSION=4.1.8"
matrix:
- "RAILS_VERSION=4.2.0"
- "RAILS_VERSION=4.1.8"
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true

notifications:
irc: "irc.freenode.org#projecthydra"
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ source "https://rubygems.org"
# development dependencies will be added by default to the :development group.
gemspec path: File.expand_path('..', __FILE__)

# To use debugger
# gem 'debugger'
#
gem 'slop', '~> 3.6.0' # This just helps us generate a valid Gemfile.lock when Rails 4.2 is installed (which requires byebug which has a dependency on slop)

file = File.expand_path("Gemfile", ENV['ENGINE_CART_DESTINATION'] || ENV['RAILS_ROOT'] || File.expand_path("../spec/internal", __FILE__))
if File.exists?(file)
Expand Down

0 comments on commit 9c4e56a

Please sign in to comment.