This should fix CI for real
This commit is contained in:
parent
d1a149f9f6
commit
02489bb7cf
2 changed files with 6 additions and 4 deletions
|
|
@ -78,7 +78,9 @@ class Chubbies
|
|||
|
||||
def self.ensure_bundled
|
||||
if !(@bundled)
|
||||
`cd #{Rails.root}/spec/chubbies/ && BUNDLE_GEMFILE=Gemfile bundle 2> /dev/null 1> /dev/null`
|
||||
Bundler.with_clean_env do
|
||||
`cd #{Rails.root}/spec/chubbies/ && BUNDLE_GEMFILE=Gemfile bundle install`#2> /dev/null 1> /dev/null`
|
||||
end
|
||||
@bundled = true
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
GIT
|
||||
remote: git://github.com/diaspora/diaspora-client.git
|
||||
revision: 7924e3cc576e54b5ade4014caea8b79e9f1d6343
|
||||
revision: cf3bc4ad714c57cc159dd253413363dd5829f4bb
|
||||
specs:
|
||||
diaspora-client (0.0.0)
|
||||
activerecord
|
||||
|
|
@ -37,7 +37,7 @@ GEM
|
|||
rack (>= 1.1.0, < 2)
|
||||
haml (3.1.2)
|
||||
i18n (0.6.0)
|
||||
json (1.5.3)
|
||||
json (1.4.6)
|
||||
multi_json (1.0.3)
|
||||
multipart-post (1.1.2)
|
||||
oauth2 (0.4.1)
|
||||
|
|
@ -46,7 +46,7 @@ GEM
|
|||
rack (1.3.0)
|
||||
sinatra (1.2.6)
|
||||
rack (~> 1.1)
|
||||
tilt (< 2.0, >= 1.2.2)
|
||||
tilt (>= 1.2.2, < 2.0)
|
||||
sqlite3 (1.3.3)
|
||||
tilt (1.3.2)
|
||||
tzinfo (0.3.28)
|
||||
|
|
|
|||
Loading…
Reference in a new issue