Skip to content

Commit ff89f5b

Browse files
fidelpjurewiczmostlyobvious
committed
Upper limit of dependency for Ruby 2.7 compatibility
Co-authored-by: Piotr Jurewicz <[email protected]> Co-authored-by: Paweł Pacana <[email protected]>
1 parent d2bca70 commit ff89f5b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

contrib/ruby_event_store-rom/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ eval_gemfile "../../support/bundler/Gemfile.database"
77
gem "ruby_event_store", path: "../.."
88

99
gem "activesupport", "7.0.4.3"
10+
gem "dry-core", "<= 1.0.0"

contrib/ruby_event_store-rom/Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ GEM
3333
ast (2.4.2)
3434
concurrent-ruby (1.2.2)
3535
diff-lcs (1.5.0)
36-
dry-configurable (1.1.0)
36+
dry-configurable (1.0.1)
3737
dry-core (~> 1.0, < 2)
3838
zeitwerk (~> 2.6)
3939
dry-container (0.11.0)
4040
concurrent-ruby (~> 1.0)
41-
dry-core (1.0.1)
41+
dry-core (1.0.0)
4242
concurrent-ruby (~> 1.0)
4343
zeitwerk (~> 2.6)
4444
dry-inflector (1.0.0)
@@ -142,6 +142,7 @@ PLATFORMS
142142

143143
DEPENDENCIES
144144
activesupport (= 7.0.4.3)
145+
dry-core (<= 1.0.0)
145146
mutant (= 0.11.22)
146147
mutant-license!
147148
mutant-minitest (= 0.11.22)

0 commit comments

Comments
 (0)