Skip to content

Commit

Permalink
Merge pull request #85 from oniofchaos/cache-gems
Browse files Browse the repository at this point in the history
Add command to cache bundler gems
  • Loading branch information
dillonwelch committed Feb 25, 2019
2 parents 610e9d5 + ebee847 commit bae68f6
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
before_install: gem install bundler -v '1.17.3'
install: bundle _1.17.3_ install --jobs=3 --retry=3
before_install: gem install bundler -v '1.17.2'
install: bundle _1.17.2_ install --jobs=2 --retry=2 --path=${BUNDLE_PATH:-vendor/bundle}
cache: bundler
script: bundle exec rake
rvm:
- 2.3
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
source "https://rubygems.org"
gemspec
gem 'bundler', '< 2'
gem 'omniauth'
gem 'rmagick', '< 3'

Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_4.2_stable.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source "https://rubygems.org"

gem "bundler", "< 2"
gem "omniauth"
gem "rmagick", "< 3"
gem "rails", "~> 4.2.0"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_5.0_stable.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source "https://rubygems.org"

gem "bundler", "< 2"
gem "omniauth"
gem "rmagick", "< 3"
gem "rails", "~> 5.0.0"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_5.1_stable.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source "https://rubygems.org"

gem "bundler", "< 2"
gem "omniauth"
gem "rmagick", "< 3"
gem "rails", "~> 5.1.0"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_5.2_stable.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source "https://rubygems.org"

gem "bundler", "< 2"
gem "omniauth"
gem "rmagick", "< 3"
gem "rails", "~> 5.2.0"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_6.0_beta.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source "https://rubygems.org"

gem "bundler", "< 2"
gem "omniauth"
gem "rmagick", "< 3"
gem "rails", "~> 6.0.0.beta1"
Expand Down

0 comments on commit bae68f6

Please sign in to comment.