mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
updated bullet
This commit is contained in:
parent
9ebc809c66
commit
b9b709a4ea
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -115,7 +115,7 @@ group :development, :test do
|
||||||
# code review
|
# 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'
|
||||||
gem 'bullet', '~> 4.14.0' # for finding database optimizations
|
gem 'bullet', '~> 4.14.4' # for finding database optimizations
|
||||||
gem 'bundler-audit', '~> 0.3.1' # for finding future vulnerable gems
|
gem 'bundler-audit', '~> 0.3.1' # for finding future vulnerable gems
|
||||||
gem 'brakeman', '~> 2.6.2', require: false # for security audit'
|
gem 'brakeman', '~> 2.6.2', require: false # for security audit'
|
||||||
# tmp, otherwise conflics with breakman
|
# tmp, otherwise conflics with breakman
|
||||||
|
|
|
@ -123,7 +123,7 @@ GEM
|
||||||
slim (>= 1.3.6, < 3.0)
|
slim (>= 1.3.6, < 3.0)
|
||||||
terminal-table (~> 1.4)
|
terminal-table (~> 1.4)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
bullet (4.14.2)
|
bullet (4.14.4)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
uniform_notifier (>= 1.6.0)
|
uniform_notifier (>= 1.6.0)
|
||||||
bundler-audit (0.3.1)
|
bundler-audit (0.3.1)
|
||||||
|
@ -481,7 +481,7 @@ GEM
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
rack
|
rack
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
uniform_notifier (1.6.2)
|
uniform_notifier (1.8.0)
|
||||||
uuid (2.3.7)
|
uuid (2.3.7)
|
||||||
macaddr (~> 1.0)
|
macaddr (~> 1.0)
|
||||||
uuidtools (2.1.5)
|
uuidtools (2.1.5)
|
||||||
|
@ -513,7 +513,7 @@ DEPENDENCIES
|
||||||
binding_of_caller (~> 0.7.2)
|
binding_of_caller (~> 0.7.2)
|
||||||
bootstrap-sass (~> 3.3.1.0)
|
bootstrap-sass (~> 3.3.1.0)
|
||||||
brakeman (~> 2.6.2)
|
brakeman (~> 2.6.2)
|
||||||
bullet (~> 4.14.0)
|
bullet (~> 4.14.4)
|
||||||
bundler-audit (~> 0.3.1)
|
bundler-audit (~> 0.3.1)
|
||||||
cancancan (~> 1.9.2)
|
cancancan (~> 1.9.2)
|
||||||
capybara (~> 2.4.1)
|
capybara (~> 2.4.1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue