mirror of
https://github.com/rails/jquery-rails.git
synced 2026-01-10 07:07:54 -05:00
Explicitly depend on thor ~>0.14.4 so we can get() HTTPS urls
This commit is contained in:
17
Gemfile.lock
17
Gemfile.lock
@@ -1,8 +1,9 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
jquery-rails (0.2.3)
|
||||
jquery-rails (0.2.4)
|
||||
rails (~> 3.0)
|
||||
thor (~> 0.14.4)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
@@ -41,11 +42,12 @@ GEM
|
||||
crack (0.1.8)
|
||||
erubis (2.6.6)
|
||||
abstract (>= 1.0.0)
|
||||
i18n (0.4.1)
|
||||
mail (2.2.7)
|
||||
i18n (0.4.2)
|
||||
mail (2.2.9)
|
||||
activesupport (>= 2.3.6)
|
||||
mime-types
|
||||
treetop (>= 1.4.5)
|
||||
i18n (~> 0.4.1)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
mime-types (1.16)
|
||||
polyglot (0.3.1)
|
||||
rack (1.2.1)
|
||||
@@ -67,8 +69,8 @@ GEM
|
||||
rake (>= 0.8.4)
|
||||
thor (~> 0.14.0)
|
||||
rake (0.8.7)
|
||||
rspec (1.3.0)
|
||||
thor (0.14.3)
|
||||
rspec (1.3.1)
|
||||
thor (0.14.4)
|
||||
treetop (1.4.8)
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.23)
|
||||
@@ -84,4 +86,5 @@ DEPENDENCIES
|
||||
jquery-rails!
|
||||
rails (~> 3.0)
|
||||
rspec (~> 1.3)
|
||||
thor (~> 0.14.4)
|
||||
webmock (~> 1.4.0)
|
||||
|
||||
@@ -15,6 +15,7 @@ Gem::Specification.new do |s|
|
||||
s.rubyforge_project = "jquery-rails"
|
||||
|
||||
s.add_dependency "rails", "~> 3.0"
|
||||
s.add_dependency "thor", "~>0.14.4"
|
||||
s.add_development_dependency "bundler", "~> 1.0.0"
|
||||
s.add_development_dependency "rspec", "~> 1.3"
|
||||
s.add_development_dependency "webmock", "~> 1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user