Skip to content

Commit

Permalink
Merge pull request #415 from 18F/stages/rc-2024-01-04
Browse files Browse the repository at this point in the history
Deploy RC 63 to Prod
  • Loading branch information
mitchellhenke committed Jan 5, 2024
2 parents 5ceec7e + 718227c commit 0ceaca8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem 'newrelic_rpm', '~> 8.0'
gem 'pg'
gem 'pry-rails'
gem 'puma'
gem 'bootsnap', '~> 1.0', require: false
gem 'redacted_struct', '~> 1.0'
gem 'rgl'

Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ GEM
rack (>= 0.9.0)
bloomfilter-rb (2.1.1)
redis
bootsnap (1.17.0)
msgpack (~> 1.2)
brakeman (6.0.1)
builder (3.2.4)
bullet (7.0.7)
Expand Down Expand Up @@ -203,6 +205,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
msgpack (1.7.2)
nenv (0.3.0)
net-imap (0.3.7)
date
Expand Down Expand Up @@ -383,6 +386,7 @@ DEPENDENCIES
axe-matchers (~> 1.3.4)
better_errors (>= 2.5.1)
bloomfilter-rb
bootsnap (~> 1.0)
brakeman
bullet (~> 7.0)
bummr
Expand Down
1 change: 1 addition & 0 deletions config/boot.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)

require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup' if ENV['ENABLE_BOOTSNAP'] != 'false'

0 comments on commit 0ceaca8

Please sign in to comment.