Skip to content

Commit

Permalink
Add gems
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Oct 10, 2024
1 parent e78f1c9 commit f6ce880
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ gem "httparty"
gem "jsonb_accessor", "~> 1.4"
gem "logstasher"
gem "mail", ">= 2.8"
gem "ostruct"
gem "pg", "~> 1.5"
gem "puma"
gem "rails", "~> 7.2"
gem "responders", "~> 3.1"
gem "sentry-rails"
gem "sentry-ruby"
gem "sentry-sidekiq"
gem "sidekiq", "~> 6.5"
gem "slim-rails", "~> 3.6"
# Used for the GOVUK Search API
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ GEM
opentelemetry-semantic_conventions
opentelemetry-semantic_conventions (1.10.1)
opentelemetry-api (~> 1.0)
ostruct (0.6.0)
pagy (8.4.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -582,6 +583,9 @@ GEM
sentry-ruby (5.19.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.19.0)
sentry-ruby (~> 5.19.0)
sidekiq (>= 3.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.12)
Expand Down Expand Up @@ -673,16 +677,15 @@ DEPENDENCIES
jsonb_accessor (~> 1.4)
logstasher
mail (>= 2.8)
ostruct
pg (~> 1.5)
puma
rails (~> 7.2)
rails-controller-testing (>= 1.0.5)
responders (~> 3.1)
rspec-rails
rubocop-govuk
selenium-webdriver
sentry-rails
sentry-ruby
sentry-sidekiq
shoulda-matchers
sidekiq (~> 6.5)
simplecov
Expand Down

0 comments on commit f6ce880

Please sign in to comment.