Skip to content

Commit

Permalink
Update README & remove unused gems (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism authored Aug 13, 2024
1 parent 18ca68f commit 088b34b
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 560 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ README.md
bower.json
circle.yml
log/*
smoke_test
spec
tmp/*
6 changes: 0 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,5 @@
# NOTE: .env file will override vars defined here.
#
GOVUK_NOTIFY_API_KEY=govuk_notify_api_key
GPLUS_CLIENT_ID=localdev_gplus_client_id
GPLUS_CLIENT_SECRET=localdev_gplus_client_secret
SSL_ON=false
MAX_TOKENS_PER_HOUR=8
KEEN_PROJECT_ID=aaaaaaaaaaaaaaa
KEEN_MASTER_KEY=xxxxxxxxxxxxxxx
KEEN_WRITE_KEY=yyyyyyyyyyyyyyy
KEEN_READ_KEY=zzzzzzzzzzzzzzz
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ jobs:
with:
bundler-cache: true

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 14.17.5

- name: Precompile assets
run: bin/rails assets:precompile

Expand Down
12 changes: 3 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,15 @@ gem "govuk_template", "~> 0.26.0"
gem "haml-rails"
gem "jbuilder", "~> 2.11"
gem "jquery-rails"
gem "keen"
gem "mail", ">= 2.8"
gem "mini_magick", ">= 4.9.4"
gem "netaddr", "~> 2.0.6"
gem "opensearch-model", github: "compliance-innovations/opensearch-rails"
gem "opensearch-rails", github: "compliance-innovations/opensearch-rails"
gem "paper_trail"
gem "pg"
gem "prometheus_exporter"
gem "puma"
gem "pundit", "~> 2.3"
gem "rack-protection"
gem "rails", "~> 7.1.3"
gem "sanitize"
gem "sass-rails"
Expand Down Expand Up @@ -62,8 +59,10 @@ group :test do
gem "database_cleaner"
gem "rails-controller-testing"
gem "rspec-json_expectations"
gem "selenium-webdriver"
gem "simplecov", require: false
gem "site_prism"
gem "timecop"
gem "webmock"
end

Expand All @@ -72,15 +71,10 @@ group :development, :test do
gem "brakeman"
gem "capybara"
gem "debug"
gem "dotenv-rails"
gem "factory_bot_rails"
gem "listen"
gem "rspec-rails"
gem "rubocop-govuk"
gem "selenium-webdriver"
gem "shoulda-matchers"
gem "timecop"
end

group :development, :test, :assets do
gem "dotenv-rails"
end
8 changes: 0 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ GEM
thor (>= 0.14, < 2.0)
json (2.6.3)
jwt (2.7.0)
keen (1.1.1)
addressable (~> 2.5)
multi_json (~> 1.12)
kramdown (2.4.0)
rexml
listen (3.8.0)
Expand Down Expand Up @@ -597,8 +594,6 @@ GEM
activesupport (>= 3.0.0)
racc (1.8.0)
rack (3.1.5)
rack-protection (2.2.0)
rack
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
Expand Down Expand Up @@ -838,7 +833,6 @@ DEPENDENCIES
haml-rails
jbuilder (~> 2.11)
jquery-rails
keen
listen
logstasher (~> 2.1.5)
mail (>= 2.8)
Expand All @@ -848,10 +842,8 @@ DEPENDENCIES
opensearch-rails!
paper_trail
pg
prometheus_exporter
puma
pundit (~> 2.3)
rack-protection
rails (~> 7.1.3)
rails-controller-testing
rspec-json_expectations
Expand Down
Loading

0 comments on commit 088b34b

Please sign in to comment.