Skip to content

Commit

Permalink
ostruct should be a development dependency of ruby_event_store
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Dec 31, 2024
1 parent a9c9097 commit 291e0b0
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions rails_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ GEM
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
ostruct (0.6.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -263,7 +262,6 @@ DEPENDENCIES
mutant (= 0.12.0)
mutant-minitest (= 0.12.0)
mutant-rspec (= 0.12.0)
ostruct
rack-test
rails (~> 7.1.3)
rails_event_store!
Expand Down
2 changes: 0 additions & 2 deletions rails_event_store/Gemfile.rails_6_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ GEM
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
ostruct (0.6.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -231,7 +230,6 @@ DEPENDENCIES
mutant (= 0.12.0)
mutant-minitest (= 0.12.0)
mutant-rspec (= 0.12.0)
ostruct
rack-test
rails (~> 6.0.6)
rails_event_store!
Expand Down
2 changes: 0 additions & 2 deletions rails_event_store/Gemfile.rails_6_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ GEM
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
ostruct (0.6.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -234,7 +233,6 @@ DEPENDENCIES
mutant (= 0.12.0)
mutant-minitest (= 0.12.0)
mutant-rspec (= 0.12.0)
ostruct
rack-test
rails (~> 6.1.7)
rails_event_store!
Expand Down
2 changes: 0 additions & 2 deletions rails_event_store/Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ GEM
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
ostruct (0.6.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -233,7 +232,6 @@ DEPENDENCIES
mutant (= 0.12.0)
mutant-minitest (= 0.12.0)
mutant-rspec (= 0.12.0)
ostruct
rack-test
rails (~> 7.0.7)
rails_event_store!
Expand Down
1 change: 0 additions & 1 deletion rails_event_store/rails_event_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ Gem::Specification.new do |spec|
spec.add_dependency "activemodel", ">= 6.0"
spec.add_dependency "activejob", ">= 6.0"
spec.add_dependency "arkency-command_bus", ">= 0.4"
spec.add_development_dependency "ostruct"
end
2 changes: 2 additions & 0 deletions ruby_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ GEM
mutant (= 0.12.0)
rspec-core (>= 3.8.0, < 4.0.0)
mutex_m (0.2.0)
ostruct (0.6.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -77,6 +78,7 @@ DEPENDENCIES
mutant (= 0.12.0)
mutant-minitest (= 0.12.0)
mutant-rspec (= 0.12.0)
ostruct
rake (>= 10.0)
rspec (~> 3.6)
ruby_event_store!
Expand Down
1 change: 1 addition & 0 deletions ruby_event_store/ruby_event_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "concurrent-ruby", "~> 1.0", ">= 1.1.6"
spec.add_development_dependency "ostruct"
end

0 comments on commit 291e0b0

Please sign in to comment.