Skip to content

Commit

Permalink
Try without gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
vernondegoede committed Nov 15, 2018
1 parent e85c632 commit 99fb8f1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ dist: trusty

language: ruby

gemfile:
- gemfiles/spree_3_2.gemfile
- gemfiles/spree_3_5.gemfile
- gemfiles/spree_3_6.gemfile

rvm:
- 2.5.0

Expand All @@ -18,7 +13,6 @@ script:
deploy:
provider: rubygems
gem: spree_mollie_gateway
rvm: 2.5.1
on:
tags: true
repo: mollie/spree-mollie-gateway
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem 'spree', github: 'spree/spree', branch: 'master'
gem 'mollie-api-ruby', '~> 4.1.1'

# Specify your gem's dependencies in spree_mollie_gateway.gemspec
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/spree_3_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "spree", "~> 3.2.0"
gem "mollie-api-ruby", "~> 4.1.1"
gem "spree", "~> 3.2.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/spree_3_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "spree", "~> 3.5.0"
gem "mollie-api-ruby", "~> 4.1.1"
gem "spree", "~> 3.5.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/spree_3_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "spree", "~> 3.6.1"
gem "mollie-api-ruby", "~> 4.1.1"
gem "spree", "~> 3.6.1"

gemspec path: "../"

0 comments on commit 99fb8f1

Please sign in to comment.