Update activesupport
This commit is contained in:
parent
b3be6640d2
commit
862fecea6b
2
Gemfile
2
Gemfile
@ -2,7 +2,7 @@ source "https://rubygems.org"
|
|||||||
|
|
||||||
gem "sinatra", '~> 1.4'
|
gem "sinatra", '~> 1.4'
|
||||||
gem "sinatra-contrib"
|
gem "sinatra-contrib"
|
||||||
gem "activesupport", '~> 3.2'
|
gem "activesupport", '~> 4.2'
|
||||||
gem "riak-client", :github => "5apps/riak-ruby-client", :branch => "invalid_uri_error"
|
gem "riak-client", :github => "5apps/riak-ruby-client", :branch => "invalid_uri_error"
|
||||||
gem "fog"
|
gem "fog"
|
||||||
gem "rest-client"
|
gem "rest-client"
|
||||||
|
15
Gemfile.lock
15
Gemfile.lock
@ -13,9 +13,12 @@ GIT
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (3.2.18)
|
activesupport (4.2.1)
|
||||||
i18n (~> 0.6, >= 0.6.4)
|
i18n (~> 0.7)
|
||||||
multi_json (~> 1.0)
|
json (~> 1.7, >= 1.7.7)
|
||||||
|
minitest (~> 5.1)
|
||||||
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
|
tzinfo (~> 1.1)
|
||||||
backports (3.6.4)
|
backports (3.6.4)
|
||||||
beefcake (0.3.7)
|
beefcake (0.3.7)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
@ -39,6 +42,7 @@ GEM
|
|||||||
domain_name (~> 0.5)
|
domain_name (~> 0.5)
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
innertube (1.0.2)
|
innertube (1.0.2)
|
||||||
|
json (1.8.2)
|
||||||
kgio (2.9.3)
|
kgio (2.9.3)
|
||||||
m (1.3.4)
|
m (1.3.4)
|
||||||
method_source (>= 0.6.7)
|
method_source (>= 0.6.7)
|
||||||
@ -85,7 +89,10 @@ GEM
|
|||||||
rack-test
|
rack-test
|
||||||
sinatra (~> 1.4.0)
|
sinatra (~> 1.4.0)
|
||||||
tilt (~> 1.3)
|
tilt (~> 1.3)
|
||||||
|
thread_safe (0.3.5)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
|
tzinfo (1.2.2)
|
||||||
|
thread_safe (~> 0.1)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.1)
|
unf_ext (0.0.7.1)
|
||||||
@ -98,7 +105,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activesupport (~> 3.2)
|
activesupport (~> 4.2)
|
||||||
fog
|
fog
|
||||||
m
|
m
|
||||||
mime-types (~> 2.6.1)
|
mime-types (~> 2.6.1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user