diff --git a/Gemfile b/Gemfile index 2d541ba..08ca54a 100644 --- a/Gemfile +++ b/Gemfile @@ -31,8 +31,10 @@ gem "cssbundling-rails" gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] gem "awesome_print", "~> 1.9" +gem "chartkick", "~> 5.0" gem "data_migrate", "~> 9.2" gem "draper", "~> 4.0" +gem "groupdate", "~> 6.4" gem "pry", "~> 0.14.2" gem "slim", "~> 5.1" gem "sqlite3", "~> 1.6" @@ -58,7 +60,3 @@ group :development do # Use console on exceptions pages [https://github.com/rails/web-console] gem "web-console" end - -gem "chartkick", "~> 5.0" - -gem "groupdate", "~> 6.4"