need to use https:// protocol for gist gems now
This commit is contained in:
parent
0e58055a0e
commit
8669420f04
3
Gemfile
3
Gemfile
|
@ -11,6 +11,7 @@ gem 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil, ref: '
|
||||||
gem 'simple_states', github: 'svenfuchs/simple_states', branch: 'sf-set-state-early'
|
gem 'simple_states', github: 'svenfuchs/simple_states', branch: 'sf-set-state-early'
|
||||||
|
|
||||||
gem 'unicorn'
|
gem 'unicorn'
|
||||||
|
# gem 'sinatra', github: 'sinatra/sinatra'
|
||||||
gem "sentry-raven", github: 'getsentry/raven-ruby'
|
gem "sentry-raven", github: 'getsentry/raven-ruby'
|
||||||
gem 'yard-sinatra', github: 'rkh/yard-sinatra'
|
gem 'yard-sinatra', github: 'rkh/yard-sinatra'
|
||||||
gem 'rack-contrib', github: 'rack/rack-contrib'
|
gem 'rack-contrib', github: 'rack/rack-contrib'
|
||||||
|
@ -35,5 +36,5 @@ end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rake', '~> 0.9.2'
|
gem 'rake', '~> 0.9.2'
|
||||||
gem 'micro_migrations', git: 'git://gist.github.com/2087829.git'
|
gem 'micro_migrations', git: 'http://gist.github.com/2087829.git'
|
||||||
end
|
end
|
||||||
|
|
26
Gemfile.lock
26
Gemfile.lock
|
@ -1,9 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: git://gist.github.com/2087829.git
|
|
||||||
revision: c766c06b0bdbda3bd96c3f4e376249cafcbbfaaa
|
|
||||||
specs:
|
|
||||||
micro_migrations (0.0.1)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/getsentry/raven-ruby.git
|
remote: git://github.com/getsentry/raven-ruby.git
|
||||||
revision: fa360a9c5919c19f11552b9de6f83302060901f0
|
revision: fa360a9c5919c19f11552b9de6f83302060901f0
|
||||||
|
@ -16,14 +10,14 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/rack/rack-contrib.git
|
remote: git://github.com/rack/rack-contrib.git
|
||||||
revision: b7e7c38fd02c3b5da91aa57af78b3f571c6ebcd0
|
revision: 6f337267eae0bedb4110879f2aea6b1bb2137980
|
||||||
specs:
|
specs:
|
||||||
rack-contrib (1.1.0)
|
rack-contrib (1.2.0)
|
||||||
rack (>= 0.9.1)
|
rack (>= 0.9.1)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/rkh/gh.git
|
remote: git://github.com/rkh/gh.git
|
||||||
revision: 5587a66320f5c2297963590ed68284054624c741
|
revision: 8f91386862f246c98057f4f628b5d7a420de6e7c
|
||||||
specs:
|
specs:
|
||||||
gh (0.9.0)
|
gh (0.9.0)
|
||||||
addressable
|
addressable
|
||||||
|
@ -80,10 +74,16 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/travis-ci/travis-support.git
|
remote: git://github.com/travis-ci/travis-support.git
|
||||||
revision: 3df452650a4c0ae01ed28bea2b81ce15fde5b712
|
revision: fe5e9013d99f8f38b9560cbd3150146914e2c138
|
||||||
specs:
|
specs:
|
||||||
travis-support (0.0.1)
|
travis-support (0.0.1)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: http://gist.github.com/2087829.git
|
||||||
|
revision: c766c06b0bdbda3bd96c3f4e376249cafcbbfaaa
|
||||||
|
specs:
|
||||||
|
micro_migrations (0.0.1)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
|
@ -135,7 +135,7 @@ GEM
|
||||||
backports (2.6.5)
|
backports (2.6.5)
|
||||||
builder (3.0.4)
|
builder (3.0.4)
|
||||||
bunny (0.8.0)
|
bunny (0.8.0)
|
||||||
celluloid (0.12.3)
|
celluloid (0.12.4)
|
||||||
facter (>= 1.6.12)
|
facter (>= 1.6.12)
|
||||||
timers (>= 1.0.0)
|
timers (>= 1.0.0)
|
||||||
coderay (1.0.8)
|
coderay (1.0.8)
|
||||||
|
@ -180,7 +180,7 @@ GEM
|
||||||
mime-types (1.19)
|
mime-types (1.19)
|
||||||
mocha (0.13.1)
|
mocha (0.13.1)
|
||||||
metaclass (~> 0.0.1)
|
metaclass (~> 0.0.1)
|
||||||
multi_json (1.4.0)
|
multi_json (1.5.0)
|
||||||
multipart-post (1.1.5)
|
multipart-post (1.1.5)
|
||||||
net-http-persistent (2.8)
|
net-http-persistent (2.8)
|
||||||
net-http-pipeline (1.0.1)
|
net-http-pipeline (1.0.1)
|
||||||
|
@ -204,7 +204,7 @@ GEM
|
||||||
rack (1.4.1)
|
rack (1.4.1)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-protection (1.2.0)
|
rack-protection (1.3.2)
|
||||||
rack
|
rack
|
||||||
rack-ssl (1.3.2)
|
rack-ssl (1.3.2)
|
||||||
rack
|
rack
|
||||||
|
|
Loading…
Reference in New Issue
Block a user