Skip to content

Commit

Permalink
Add GOV.UK Notify to the bundle
Browse files Browse the repository at this point in the history
Note that the API key is not a real API key it just looks like one
to fool the client gem into accepting it so we can stub requests.
  • Loading branch information
pixeltrix committed Apr 13, 2020
1 parent 4057e99 commit 348b955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ MEMCACHE_NAMESPACE=wpets_test
APPSIGNAL_APP_NAME=epetitions-test
GEOIP_DB_PATH=/path/to/GeoLite2-Country.mmdb
INLINE_UPDATES=true
NOTIFY_API_KEY=test-0a4a0d1e-859f-4e77-a8db-5c1537630d43-b27c1d83-dd22-4179-b5e5-cc6558254e10
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ gem 'jbuilder'
gem 'paperclip'
gem 'maxminddb'
gem 'redcarpet'
gem 'notifications-ruby-client'

gem 'aws-sdk-cloudwatchlogs'
gem 'aws-sdk-s3'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.3.0)
jwt (2.2.1)
launchy (2.4.3)
addressable (~> 2.3)
lograge (0.10.0)
Expand Down Expand Up @@ -206,6 +207,8 @@ GEM
nio4r (2.5.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
notifications-ruby-client (5.1.2)
jwt (>= 1.5, < 3)
paperclip (6.1.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -377,6 +380,7 @@ DEPENDENCIES
maxminddb
net-http-persistent
nokogiri
notifications-ruby-client
paperclip
pg
pickle
Expand Down

0 comments on commit 348b955

Please sign in to comment.