Skip to content

Commit

Permalink
Bump GDS API adapters to 20.1.0
Browse files Browse the repository at this point in the history
This changes the user agent to include the app
name in API requests.
  • Loading branch information
elliotcm committed Jul 2, 2015
1 parent 61d486e commit dd48ae0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'generic_form_builder', '0.13.0'
gem 'selectize-rails', github: 'manuelvanrijn/selectize-rails', ref: '636897e59fe29'
gem 'decent_exposure', '2.3.2'

gem 'gds-api-adapters', '18.1.0'
gem 'gds-api-adapters', '20.1.0'

gem 'govspeak','3.3.0'

Expand Down
16 changes: 12 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ GEM
debugger-linecache (1.2.0)
decent_exposure (2.3.2)
diff-lcs (1.2.5)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
execjs (2.5.2)
factory_girl (4.5.0)
Expand All @@ -98,13 +100,13 @@ GEM
railties (>= 3.0.0)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
gds-api-adapters (18.1.0)
gds-api-adapters (20.1.0)
link_header
lrucache (~> 0.1.1)
null_logger
plek
rack-cache
rest-client (~> 1.7.3)
rest-client (~> 1.8.0)
gds-sso (10.0.0)
multi_json (~> 1.0)
oauth2 (~> 1.0)
Expand Down Expand Up @@ -133,6 +135,8 @@ GEM
hashie (3.4.0)
hike (1.2.3)
htmlentities (4.3.3)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0)
jquery-rails (3.1.3)
railties (>= 3.0, < 5.0)
Expand Down Expand Up @@ -224,7 +228,8 @@ GEM
thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
rake (10.4.2)
rest-client (1.7.3)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec-core (3.2.3)
Expand Down Expand Up @@ -273,6 +278,9 @@ GEM
uglifier (2.7.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unicorn (4.8.3)
kgio (~> 2.6)
rack
Expand Down Expand Up @@ -303,7 +311,7 @@ DEPENDENCIES
database_cleaner
decent_exposure (= 2.3.2)
factory_girl_rails
gds-api-adapters (= 18.1.0)
gds-api-adapters (= 20.1.0)
gds-sso (= 10.0.0)
generic_form_builder (= 0.13.0)
govspeak (= 3.3.0)
Expand Down

0 comments on commit dd48ae0

Please sign in to comment.