Update activesupport, i18n and nokogiri gems

The old activesupport gem depended on i18n 0.6.1
This commit is contained in:
Greg Karékinian 2014-05-09 11:58:46 +02:00
parent 75bcc517f4
commit 6fbb8cdcf4
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ source "https://rubygems.org"
gem "sinatra" gem "sinatra"
gem "sinatra-contrib" gem "sinatra-contrib"
gem "activesupport" gem "activesupport", '~> 3.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"

View File

@ -13,8 +13,8 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (3.2.13) activesupport (3.2.18)
i18n (= 0.6.1) i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0) multi_json (~> 1.0)
backports (3.3.0) backports (3.3.0)
beefcake (0.3.7) beefcake (0.3.7)
@ -32,7 +32,7 @@ GEM
nokogiri (~> 1.5.0) nokogiri (~> 1.5.0)
ruby-hmac ruby-hmac
formatador (0.2.4) formatador (0.2.4)
i18n (0.6.1) i18n (0.6.9)
innertube (1.0.2) innertube (1.0.2)
kgio (2.9.2) kgio (2.9.2)
m (1.2.1) m (1.2.1)
@ -41,11 +41,11 @@ GEM
method_source (0.8) method_source (0.8)
mime-types (1.23) mime-types (1.23)
minitest (2.10.0) minitest (2.10.0)
multi_json (1.8.0) multi_json (1.10.0)
net-scp (1.0.4) net-scp (1.0.4)
net-ssh (>= 1.99.1) net-ssh (>= 1.99.1)
net-ssh (2.6.7) net-ssh (2.6.7)
nokogiri (1.5.10) nokogiri (1.5.11)
purdytest (1.0.0) purdytest (1.0.0)
minitest (~> 2.2) minitest (~> 2.2)
rack (1.5.2) rack (1.5.2)
@ -81,7 +81,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
activesupport activesupport (~> 3.2)
fog fog
m m
purdytest purdytest