Skip to content

Commit

Permalink
chore(Gemspec): add dependency to concurrent-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Jan 23, 2025
1 parent d004daa commit a392b7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
wagons (0.8.0)
bundler (>= 2.0)
concurrent-ruby (< 1.3.5)
rails (>= 6.1)
seed-fu-ndo (>= 0.0.3)

Expand Down
2 changes: 2 additions & 0 deletions wagons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Gem::Specification.new do |s|

s.add_dependency 'seed-fu-ndo', '>= 0.0.3'

s.add_dependency 'concurrent-ruby', '< 1.3.5'

s.add_development_dependency 'open4'
s.add_development_dependency 'sqlite3', '~> 1.4'
end

0 comments on commit a392b7c

Please sign in to comment.