Skip to content

Commit

Permalink
Merge f196386 into 7cac411
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyczkowski committed Nov 25, 2019
2 parents 7cac411 + f196386 commit f5d874a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ before_install:
bundler_args: --without development

rvm:
- 2.0.0
- 2.1.10
- 2.2.4
- 2.3.0
- 2.4
- 2.5
- 2.6
matrix:
include:
- rvm: jruby-9.0.5.0
Expand Down
2 changes: 1 addition & 1 deletion rails-auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "rack"

spec.add_development_dependency "bundler", "~> 1.10"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
end

0 comments on commit f5d874a

Please sign in to comment.