mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
bundler syntax update
This commit is contained in:
parent
9ba878b7f1
commit
7ed1ec79f2
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -127,7 +127,7 @@ group :development, :test do
|
||||||
gem 'uuidtools', '~> 2.1.4'
|
gem 'uuidtools', '~> 2.1.4'
|
||||||
|
|
||||||
# For code review
|
# For code review
|
||||||
gem 'simplecov', '~> 0.9.1', :require => false
|
gem 'simplecov', '~> 0.9.1', require: false
|
||||||
gem 'rubycritic', '~> 1.1.1'
|
gem 'rubycritic', '~> 1.1.1'
|
||||||
|
|
||||||
# for finding database optimizations
|
# for finding database optimizations
|
||||||
|
@ -137,5 +137,5 @@ group :development, :test do
|
||||||
gem 'bundler-audit'
|
gem 'bundler-audit'
|
||||||
|
|
||||||
# for security audit'
|
# for security audit'
|
||||||
gem 'brakeman', '~> 2.6.2', :require => false
|
gem 'brakeman', '~> 2.6.2', require: false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue