Skip to content

Commit

Permalink
Merge pull request #221 from 18F/stages/rc-2021-03-25
Browse files Browse the repository at this point in the history
Deploy RC 135 to Production
  • Loading branch information
zachmargolis committed Mar 25, 2021
2 parents add208c + 023ac94 commit 2e8523f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem 'figaro'
gem 'health_check', '>= 3.0.0'
gem 'identity-hostdata', github: '18F/identity-hostdata', tag: 'v1.0.1'
gem 'identity-logging', github: '18F/identity-logging', tag: 'v0.1.0'
gem 'mimemagic', '0.3.5', github: 'mimemagicrb/mimemagic', ref: '40dd02bb6b442535f97c35326c0383bc67'
gem 'mini_cache'
gem 'newrelic_rpm'
gem 'pg'
Expand Down
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ GIT
lograge (>= 0.11.2)
rails (>= 6.1)

GIT
remote: https://github.com/mimemagicrb/mimemagic.git
revision: 40dd02bb6b442535f97c35326c0383bc67146ac4
ref: 40dd02bb6b442535f97c35326c0383bc67
specs:
mimemagic (0.3.5)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -1160,7 +1167,6 @@ GEM
mimemagic (~> 0.3.2)
memory_profiler (0.9.14)
method_source (1.0.0)
mimemagic (0.3.5)
mini_cache (1.1.0)
mini_histogram (0.3.1)
mini_mime (1.0.2)
Expand Down Expand Up @@ -1355,6 +1361,7 @@ DEPENDENCIES
health_check (>= 3.0.0)
identity-hostdata!
identity-logging!
mimemagic (= 0.3.5)!
mini_cache
newrelic_rpm
overcommit
Expand Down

0 comments on commit 2e8523f

Please sign in to comment.