Skip to content

Commit

Permalink
chore: lock bootstrap to version ~> 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tian-im committed Feb 24, 2022
1 parent e89bf39 commit 5790dc8
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.4' # :nodoc:
VERSION = '6.1.5' # :nodoc:
end
2 changes: 1 addition & 1 deletion wallaby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency 'wallaby-active_record', '~> 0.2.7'

# assets gems
s.add_dependency 'bootstrap'
s.add_dependency 'bootstrap', '~> 4.6'
s.add_dependency 'bootstrap4-datetime-picker-rails'
s.add_dependency 'font-awesome-sass'
s.add_dependency 'jbuilder'
Expand Down

0 comments on commit 5790dc8

Please sign in to comment.