Skip to content

Commit f028790

Browse files
author
Sam Phippen
committed
try fix activestorage
1 parent 0b6d946 commit f028790

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Gemfile-rails-dependencies

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ else
4343
if version >= '5-1-stable' && RUBY_VERSION >= "1.9.3"
4444
gem "puma"
4545
end
46-
if (version >= '5-2-stable' || version >= "5.2.0") && RUBY_VERSION >= "1.9.3"
47-
gem "activestorage"
48-
end
4946
end
5047

5148
gem "i18n", '< 0.7.0' if RUBY_VERSION < '1.9.3'

example_app_generator/generate_app.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
end
3030

3131
if Rails::VERSION::STRING >= '5.2.0'
32-
append_to_file("Gemfile", "gem 'activestorage'\n")
3332
copy_file sqlite_initializer, 'config/initializers/sqlite3_fix.rb'
3433
end
3534

0 commit comments

Comments
 (0)