forked from External/greenlight
This commit is contained in:
6
Gemfile
6
Gemfile
@ -59,6 +59,9 @@ gem 'tabler-rubygem'
|
||||
# Use Capistrano for deployment
|
||||
# gem 'capistrano-rails', group: :development
|
||||
|
||||
# Ruby linting.
|
||||
gem 'rubocop', require: false
|
||||
|
||||
group :production do
|
||||
# Use a postgres database in production.
|
||||
gem 'pg', '~> 0.18'
|
||||
@ -70,9 +73,6 @@ group :development, :test do
|
||||
|
||||
# Environment configuration.
|
||||
gem 'dotenv-rails'
|
||||
|
||||
# Ruby linting.
|
||||
gem 'rubocop'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
Reference in New Issue
Block a user