Skip to content

Commit

Permalink
[4.x] Backport 936d19c to middleman core dependency (#2566)
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
  • Loading branch information
tnir committed Sep 13, 2022
1 parent 9112378 commit 62e47ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PATH
addressable (~> 2.4)
backports (~> 3.6)
bundler (~> 2.0)
contracts (~> 0.13.0)
contracts (~> 0.13)
dotenv
erubis
execjs (~> 2.0)
Expand All @@ -21,7 +21,7 @@ PATH
hamster (~> 3.0)
hashie (~> 3.4)
i18n (~> 1.6.0)
listen (~> 3.0.0)
listen (~> 3.0)
memoist (~> 0.14)
padrino-helpers (~> 0.15.0)
parallel
Expand Down
4 changes: 2 additions & 2 deletions middleman-core/middleman-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_dependency('memoist', ['~> 0.14'])

# Watcher
s.add_dependency('listen', ['~> 3.0.0'])
s.add_dependency('listen', ['~> 3.0'])

# i18n
s.add_dependency('i18n', ['~> 1.6.0'])
Expand All @@ -53,7 +53,7 @@ Gem::Specification.new do |s|
s.add_dependency('execjs', ['~> 2.0'])

# Testing
s.add_dependency('contracts', ['~> 0.13.0'])
s.add_dependency('contracts', ['~> 0.13'])

# Hash stuff
s.add_dependency('hashie', ['~> 3.4'])
Expand Down

0 comments on commit 62e47ef

Please sign in to comment.