Skip to content

Commit

Permalink
Development dependencies live in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Jan 17, 2025
1 parent d2e7d1e commit 9edbadb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ruby_event_store/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ eval_gemfile "../support/bundler/Gemfile.shared"

gem "activesupport", "~> 7.2.2.1"
gem "concurrent-ruby", "~> 1.2"
gem "ostruct"
1 change: 0 additions & 1 deletion ruby_event_store/ruby_event_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ 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 9edbadb

Please sign in to comment.