Skip to content

Commit

Permalink
chore: update to use wallaby-active_record ~> 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tian-im committed Feb 3, 2022
1 parent 41759dd commit e89bf39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wallaby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Wallaby
VERSION = '6.1.3' # :nodoc:
VERSION = '6.1.4' # :nodoc:
end
2 changes: 1 addition & 1 deletion wallaby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency 'wallaby-core'

# This will determine wallaby-core's version
s.add_dependency 'wallaby-active_record', '0.2.6'
s.add_dependency 'wallaby-active_record', '~> 0.2.7'

# assets gems
s.add_dependency 'bootstrap'
Expand Down

0 comments on commit e89bf39

Please sign in to comment.