Merge pull request #24 from github/remove-rails5-gemfile-1

Delete Gemfile.rails5
This commit is contained in:
Ben Lavender 2017-06-19 10:20:17 -05:00 коммит произвёл GitHub
Родитель cf408637ee f619e25872
Коммит 2b9ffd43f1
3 изменённых файлов: 0 добавлений и 17 удалений

Просмотреть файл

@ -1,9 +0,0 @@
source 'https://rubygems.org'
gem 'rails', '~> 5.0'
group :development, :test do
gem "rspec-rails", "~> 3"
gem "rspec_json_dumper", "~> 0.1"
gem "pry", "~> 0"
end

Просмотреть файл

@ -8,9 +8,6 @@ test -d "/usr/share/rbenv/shims" && {
export RBENV_VERSION="2.3.1"
}
# -f to not error missing versions
rm -f Gemfile.lock Gemfile.rails5.lock
# clean out the ruby environment
export RUBYLIB=
export RUBYOPT=

Просмотреть файл

@ -1,5 +0,0 @@
#!/bin/sh
#!/bin/sh
export BUNDLE_GEMFILE="./Gemfile.rails5"
script/cibuild