Skip to content

Commit

Permalink
Run with freeze-friendly json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Jan 5, 2024
1 parent e295e6f commit 2a099a3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ruby_event_store-browser/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "ruby_event_store", path: ".."

gem "rack-test"
gem "capybara", "~> 3.35"
gem "json-schema"
gem "json-schema", github: "mostlyobvious/json-schema"
gem "rack", "~> 3.0"
gem "webrick"
gem "cuprite"
Expand Down
11 changes: 8 additions & 3 deletions ruby_event_store-browser/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/mostlyobvious/json-schema.git
revision: 3dd3e77d468538a114d212187bed912dcbff96f4
specs:
json-schema (4.1.1)
addressable (>= 2.8)

PATH
remote: ..
specs:
Expand Down Expand Up @@ -41,8 +48,6 @@ GEM
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
json-schema (4.1.1)
addressable (>= 2.8)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
Expand Down Expand Up @@ -116,7 +121,7 @@ PLATFORMS
DEPENDENCIES
capybara (~> 3.35)
cuprite
json-schema
json-schema!
mutant (= 0.11.22)
mutant-license!
mutant-minitest (= 0.11.22)
Expand Down
2 changes: 1 addition & 1 deletion ruby_event_store-browser/Gemfile.rack_2_0
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "ruby_event_store", path: ".."

gem "rack-test"
gem "capybara", "~> 3.35"
gem "json-schema"
gem "json-schema", github: "mostlyobvious/json-schema"
gem "rack", "~> 2.0"
gem "webrick"
gem "cuprite"
11 changes: 8 additions & 3 deletions ruby_event_store-browser/Gemfile.rack_2_0.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/mostlyobvious/json-schema.git
revision: 3dd3e77d468538a114d212187bed912dcbff96f4
specs:
json-schema (4.1.1)
addressable (>= 2.8)

PATH
remote: ..
specs:
Expand Down Expand Up @@ -41,8 +48,6 @@ GEM
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
json-schema (4.1.1)
addressable (>= 2.8)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
Expand Down Expand Up @@ -113,7 +118,7 @@ PLATFORMS
DEPENDENCIES
capybara (~> 3.35)
cuprite
json-schema
json-schema!
mutant (= 0.11.22)
mutant-license!
mutant-minitest (= 0.11.22)
Expand Down

0 comments on commit 2a099a3

Please sign in to comment.