Skip to content

Commit

Permalink
Gemfile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mnetke committed Mar 22, 2020
1 parent 1b45676 commit 1c44f3f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ group :development do
gem 'guard', '~> 2.14', '>= 2.14.1'
gem 'guard-livereload', '~> 2.5', '>= 2.5.2', require: false
gem 'simple_form'
gem "paperclip", require: false

end

group :development, :test do
Expand All @@ -77,4 +75,8 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'rails_12factor', group: :production
group :production, :development, :test do
gem 'rails_12factor'
gem "paperclip"
end

0 comments on commit 1c44f3f

Please sign in to comment.