Skip to content

Commit

Permalink
adapt gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloZup committed Mar 25, 2020
1 parent 3f4ca6b commit 2f60f58
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions hawk/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@ gem "gettext_i18n_rails", ">= 1.8"
gem "gettext_i18n_rails_js", ">= 1.3"
gem "sprockets", ">= 3.7"
gem "kramdown", ">= 1.14"

group :development do
source "https://rubygems.org"
gem "web-console", ">= 3.5"
gem "spring", ">= 2.0"
gem "uglifier", ">= 3"
gem "gettext", ">= 3.2", require: false
gem "byebug"
end
gem "uglifier", ">= 3"

group :test do
if ENV["RAILS_ENV"] == "test"
Expand Down

0 comments on commit 2f60f58

Please sign in to comment.