Skip to content

Commit

Permalink
Enforce version 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wenga86 committed Feb 23, 2018
1 parent 23a8135 commit 449f486
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gemspec
# gem 'byebug', group: [:development, :test]

group :development, :test do
gem "ast"
gem "ast", "~> 2.4"
gem "rails", require: false
gem "rspec-rails", require: false
gem "simplecov", require: false, group: :test
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
bd_lint (0.2.1.2)
ast
bd_lint (0.2.1.4)
ast (~> 2.4)
brakeman
bundler-audit
execjs
Expand Down Expand Up @@ -53,7 +53,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (8.0.0)
ast (2.3.0)
ast (2.4.0)
brakeman (4.0.1)
builder (3.2.3)
bundler-audit (0.6.0)
Expand Down Expand Up @@ -190,7 +190,7 @@ PLATFORMS
ruby

DEPENDENCIES
ast
ast (~> 2.4)
bd_lint!
brakeman
bundler-audit
Expand Down
2 changes: 1 addition & 1 deletion bd_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]


s.add_dependency "ast"
s.add_dependency "ast", "~> 2.4"
s.add_dependency "brakeman"
s.add_dependency "bundler-audit"
s.add_dependency "execjs"
Expand Down
2 changes: 1 addition & 1 deletion lib/bd_lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BdLint
VERSION = "0.2.1.2".freeze
VERSION = "0.2.1.4".freeze
end

0 comments on commit 449f486

Please sign in to comment.