bump addressable
This commit is contained in:
parent
56a1cc75bb
commit
669faa042d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -78,7 +78,7 @@ gem 'acts-as-taggable-on', '2.3.3'
|
||||||
|
|
||||||
# URIs and HTTP
|
# URIs and HTTP
|
||||||
|
|
||||||
gem 'addressable', '2.3.2', :require => 'addressable/uri'
|
gem 'addressable', '2.3.3', :require => 'addressable/uri'
|
||||||
gem 'faraday', '0.8.5'
|
gem 'faraday', '0.8.5'
|
||||||
gem 'faraday_middleware', '0.9.0'
|
gem 'faraday_middleware', '0.9.0'
|
||||||
gem 'typhoeus', '0.3.3'
|
gem 'typhoeus', '0.3.3'
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ GEM
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
rack (>= 1.1.0)
|
rack (>= 1.1.0)
|
||||||
addressable (2.3.2)
|
addressable (2.3.3)
|
||||||
arel (3.0.2)
|
arel (3.0.2)
|
||||||
asset_sync (0.5.4)
|
asset_sync (0.5.4)
|
||||||
activemodel
|
activemodel
|
||||||
|
|
@ -415,7 +415,7 @@ DEPENDENCIES
|
||||||
activerecord-import (= 0.3.1)
|
activerecord-import (= 0.3.1)
|
||||||
acts-as-taggable-on (= 2.3.3)
|
acts-as-taggable-on (= 2.3.3)
|
||||||
acts_as_api (= 0.4.1)
|
acts_as_api (= 0.4.1)
|
||||||
addressable (= 2.3.2)
|
addressable (= 2.3.3)
|
||||||
asset_sync (= 0.5.4)
|
asset_sync (= 0.5.4)
|
||||||
bootstrap-sass (= 2.2.2.0)
|
bootstrap-sass (= 2.2.2.0)
|
||||||
capistrano (= 2.12.0)
|
capistrano (= 2.12.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue