Skip to content

Commit d4ed74e

Browse files
authored
Merge pull request #1091 from rughh/chore/strip_rails_12factor
chore: remove rails_12factor
2 parents d2d3603 + 26305d5 commit d4ed74e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ gem 'uglifier'
3838
group :production do
3939
gem 'dalli'
4040
gem 'lograge'
41-
gem 'rails_12factor'
4241
end
4342

4443
group :development do

Gemfile.lock

-6
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,6 @@ GEM
311311
rails-html-sanitizer (1.6.2)
312312
loofah (~> 2.21)
313313
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
314-
rails_12factor (0.0.3)
315-
rails_serve_static_assets
316-
rails_stdout_logging
317-
rails_serve_static_assets (0.0.5)
318-
rails_stdout_logging (0.0.5)
319314
railties (6.1.7.10)
320315
actionpack (= 6.1.7.10)
321316
activesupport (= 6.1.7.10)
@@ -475,7 +470,6 @@ DEPENDENCIES
475470
rack-cache
476471
rails (~> 6.1.3)
477472
rails-controller-testing
478-
rails_12factor
479473
redcarpet
480474
rspec-collection_matchers
481475
rspec-rails

0 commit comments

Comments
 (0)