Skip to content

Commit e6e5aad

Browse files
committed
chore: bump to 0.2.4
1 parent d583b0e commit e6e5aad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
capybara-bootstrap-datepicker (0.2.3)
4+
capybara-bootstrap-datepicker (0.2.4)
55

66
GEM
77
remote: https://rubygems.org/
@@ -15,7 +15,7 @@ GEM
1515
nokogiri (~> 1.8)
1616
rack (>= 1.6.0)
1717
rack-test (>= 0.6.3)
18-
regexp_parser (~> 1.5)
18+
regexp_parser (>= 1.5, < 3.0)
1919
xpath (~> 3.2)
2020
capybara-screenshot (1.0.24)
2121
capybara (>= 1.0, < 4)

lib/capybara-bootstrap-datepicker/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
module Capybara
55
module BootstrapDatepicker
66
# the current version of the gem
7-
VERSION = '0.2.3'
7+
VERSION = '0.2.4'
88
end
99
end

0 commit comments

Comments
 (0)