Gemfiles for building versions separately dropped (#461)

- simpler build by using the ruby version marker in shared gemfile
This commit is contained in:
Olle Jonsson 2016-12-03 13:51:28 +01:00 committed by GitHub
parent 238f779d38
commit 132ecf255c
5 changed files with 0 additions and 16 deletions

View File

@ -14,14 +14,10 @@ matrix:
script: gem build github_changelog_generator && bundle install script: gem build github_changelog_generator && bundle install
gemfile: spec/install-gem-in-bundler.gemfile gemfile: spec/install-gem-in-bundler.gemfile
- rvm: 2.1 - rvm: 2.1
gemfile: gemfiles/Gemfile.2_1
- rvm: 2.3.3 - rvm: 2.3.3
gemfile: gemfiles/Gemfile.2_3_1
- rvm: 2.4.0-preview3 - rvm: 2.4.0-preview3
gemfile: gemfiles/Gemfile.2_4_0
- rvm: jruby-9.1.6.0 - rvm: jruby-9.1.6.0
jdk: oraclejdk8 jdk: oraclejdk8
gemfile: gemfiles/Gemfile.jruby-9.1
env: env:
- JRUBY_OPTS=--debug - JRUBY_OPTS=--debug

View File

@ -1,3 +0,0 @@
eval_gemfile File.expand_path('../../Gemfile', __FILE__)
gem 'rack', '~> 1.6'
gem 'activesupport', '~> 4'

View File

@ -1,3 +0,0 @@
eval_gemfile File.expand_path('../../Gemfile', __FILE__)
gem 'rack', '>= 2'
gem 'activesupport', '>= 4'

View File

@ -1,3 +0,0 @@
eval_gemfile File.expand_path('../../Gemfile', __FILE__)
gem 'rack', '>= 2'

View File

@ -1,3 +0,0 @@
eval_gemfile File.expand_path('../../Gemfile', __FILE__)
gem 'rack', '>= 2'