We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a54b30 + 58e74a2 commit 40d1d5aCopy full SHA for 40d1d5a
Gemfile
@@ -55,7 +55,7 @@ group :development, :test do
55
end
56
57
group :development do
58
- gem 'annotaterb', '~> 4.13', require: false
+ gem 'annotaterb', '~> 4.14', require: false
59
gem 'brakeman', require: false
60
gem 'rubocop-minitest', '~> 0.37.1', require: false
61
gem 'rubocop-rails', '~> 2.30', require: false
Gemfile.lock
@@ -74,7 +74,7 @@ GEM
74
uri (>= 0.13.1)
75
addressable (2.8.6)
76
public_suffix (>= 2.0.2, < 6.0)
77
- annotaterb (4.13.0)
+ annotaterb (4.14.0)
78
ast (2.4.2)
79
base64 (0.2.0)
80
benchmark (0.4.0)
@@ -338,7 +338,7 @@ PLATFORMS
338
x86_64-linux
339
340
DEPENDENCIES
341
- annotaterb (~> 4.13)
+ annotaterb (~> 4.14)
342
bootsnap
343
brakeman
344
capybara
0 commit comments