Skip to content

Commit

Permalink
update bundler dependency (#128)
Browse files Browse the repository at this point in the history
* update bundler dependency

* update travis build matrix
  • Loading branch information
DonSchado authored Jan 31, 2019
1 parent c92d81e commit 240f456
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
language: ruby
sudo: false
rvm:
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- jruby-9.1.10.0
gemfile:
- Gemfile
- Gemfile.rails-3.2
- Gemfile.rails-4.2
- Gemfile.rails-5.1
matrix:
exclude:
- rvm: 2.1.10
gemfile: Gemfile.rails-5.1 # rails 5 needs ruby >= 2.2.2
- Gemfile.rails-5.2
6 changes: 0 additions & 6 deletions Gemfile.rails-5.1

This file was deleted.

6 changes: 6 additions & 0 deletions Gemfile.rails-5.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gemspec

gem 'activesupport', '~> 5.2.0'
gem 'actionpack', '~> 5.2.0'
2 changes: 1 addition & 1 deletion rack-tracker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'activesupport', '>= 3.0'

spec.add_development_dependency 'actionpack', '>= 3.0'
spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "bundler", ">= 1.16"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.2"
spec.add_development_dependency "capybara", "~> 2.4"
Expand Down

0 comments on commit 240f456

Please sign in to comment.