Skip to content

Commit a73283a

Browse files
committed
0.2.23
1 parent 5e5aa61 commit a73283a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
json_schemer (0.2.22)
4+
json_schemer (0.2.23)
55
ecma-re-validator (~> 0.3)
66
hana (~> 1.3)
77
regexp_parser (~> 2.0)
@@ -15,7 +15,7 @@ GEM
1515
hana (1.3.7)
1616
minitest (5.15.0)
1717
rake (13.0.6)
18-
regexp_parser (2.3.1)
18+
regexp_parser (2.6.0)
1919
uri_template (0.7.0)
2020

2121
PLATFORMS
@@ -28,4 +28,4 @@ DEPENDENCIES
2828
rake (~> 13.0)
2929

3030
BUNDLED WITH
31-
2.3.11
31+
2.3.25

lib/json_schemer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module JSONSchemer
3-
VERSION = '0.2.22'
3+
VERSION = '0.2.23'
44
end

0 commit comments

Comments
 (0)