Skip to content

Commit

Permalink
govpay mocks config debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDoyle-DEFRA committed May 16, 2024
1 parent 9fab869 commit 476566f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ gem "sassc-rails"
# development dependencies will be added by default to the :development group.
gemspec

gem "defra_ruby_govpay",
git: "https://github.com/DEFRA/defra-ruby-govpay",
branch: "debug/govpay_mocks_config"

# GOV.UK styling
gem "defra_ruby_template", "~> 3.13.0"

Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/DEFRA/defra-ruby-govpay
revision: 16671cbbafab454c6ace4b157a50fe7638b6419c
branch: debug/govpay_mocks_config
specs:
defra_ruby_govpay (0.2.5)
rest-client (~> 2.1)

PATH
remote: .
specs:
Expand All @@ -8,7 +16,6 @@ PATH
defra_ruby_alert (~> 2.2.1)
defra_ruby_area (~> 2.2)
defra_ruby_email (~> 1.3.0)
defra_ruby_govpay
defra_ruby_validators (~> 2.6)
high_voltage (~> 3.1.2)
jbuilder (~> 2.11.5)
Expand Down Expand Up @@ -153,8 +160,6 @@ GEM
notifications-ruby-client
rails
sprockets-rails
defra_ruby_govpay (0.2.5)
rest-client (~> 2.1)
defra_ruby_style (0.3.0)
rubocop (>= 1.0, < 2.0)
defra_ruby_template (3.13.0)
Expand Down Expand Up @@ -469,6 +474,7 @@ PLATFORMS
DEPENDENCIES
cancancan (~> 3.5.0)
database_cleaner-mongoid (~> 2.0.1)
defra_ruby_govpay!
defra_ruby_style (~> 0.3.0)
defra_ruby_template (~> 3.13.0)
devise (~> 4.9.2)
Expand Down
2 changes: 1 addition & 1 deletion waste_carriers_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Gem::Specification.new do |s|
s.add_dependency "defra_ruby_validators", "~> 2.6"
s.add_dependency "uk_postcode", "~> 2.1.8"

s.add_dependency "defra_ruby_govpay"
# s.add_dependency "defra_ruby_govpay"

# defra_ruby_alert is a gem we created to manage airbrake across projects
s.add_dependency "defra_ruby_alert", "~> 2.2.1"
Expand Down

0 comments on commit 476566f

Please sign in to comment.