forked from External/greenlight
Merge branch 'master' of https://github.com/bigbluebutton/greenlight
This commit is contained in:
6
Gemfile
6
Gemfile
@ -58,9 +58,6 @@ 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'
|
||||
@ -83,6 +80,9 @@ group :test do
|
||||
gem 'shoulda-matchers', '~> 3.1'
|
||||
gem 'faker'
|
||||
gem "factory_bot_rails"
|
||||
|
||||
# Ruby linting.
|
||||
gem 'rubocop'
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
Reference in New Issue
Block a user