Skip to content

Commit

Permalink
chore: use wallaby-core 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tian-im committed Feb 2, 2022
1 parent b9b40c2 commit 128eabf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wallaby/active_record/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Wallaby
module ActiveRecordGem
VERSION = '0.2.6' # :nodoc:
VERSION = '0.2.7' # :nodoc:
end
end
2 changes: 1 addition & 1 deletion wallaby-active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
]

spec.add_dependency 'activerecord', '>= 4.2.0'
spec.add_dependency 'wallaby-core', '0.2.2'
spec.add_dependency 'wallaby-core', '~> 0.2.3'

spec.add_development_dependency 'cancancan'
spec.add_development_dependency 'pundit'
Expand Down

0 comments on commit 128eabf

Please sign in to comment.