mirror of https://github.com/rails/rails
CI: no system gems required
This commit is contained in:
parent
819bdd0f4a
commit
60558cc753
2
Gemfile
2
Gemfile
|
@ -21,6 +21,8 @@ gem "erubis", ">= 2.6.5"
|
||||||
gem "RedCloth", ">= 4.2.2"
|
gem "RedCloth", ">= 4.2.2"
|
||||||
|
|
||||||
if ENV['CI']
|
if ENV['CI']
|
||||||
|
disable_system_gems
|
||||||
|
|
||||||
gem "nokogiri", ">= 1.4.0"
|
gem "nokogiri", ">= 1.4.0"
|
||||||
gem "memcache-client", ">= 1.7.6"
|
gem "memcache-client", ">= 1.7.6"
|
||||||
gem "pg", ">= 0.8.0"
|
gem "pg", ">= 0.8.0"
|
||||||
|
|
Loading…
Reference in New Issue