Skip to content

Commit

Permalink
fixed bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Holst committed Sep 5, 2019
1 parent d46e081 commit 5e52dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ rvm:

before_script:
- "cd test/user && bundle install && rails db:create db:migrate"
- "cd ../.."
- "cd test/employee && bundle install && rails db:create db:migrate"

script:
- "cd test/user && bundle exec rails test"
- "cd ../.."
- "cd test/employee && bundle exec rails test"
2 changes: 1 addition & 1 deletion petergate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.post_install_message = "NOTICE: As of version 1.5.0, the :admin role has been changed to :root_admin."

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "bundler", "> 1.7"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_dependency 'activerecord', "> 4.0.0"
end

0 comments on commit 5e52dd5

Please sign in to comment.