Skip to content

Commit

Permalink
Allow users to use Active Support 6.0 (#2462)
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
  • Loading branch information
tnir committed Apr 9, 2021
1 parent 0c950d8 commit d180ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
remote: middleman-core
specs:
middleman-core (4.3.11)
activesupport (>= 4.2, < 6.0)
activesupport (>= 4.2, < 6.1)
addressable (~> 2.3)
backports (~> 3.6)
bundler (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion middleman-core/middleman-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.add_dependency('webrick')

# Helpers
s.add_dependency('activesupport', ['>= 4.2', '< 6.0'])
s.add_dependency('activesupport', ['>= 4.2', '< 6.1'])
s.add_dependency('padrino-helpers', ['~> 0.13.0'])
s.add_dependency("addressable", ["~> 2.3"])
s.add_dependency('memoist', ['~> 0.14'])
Expand Down

0 comments on commit d180ca3

Please sign in to comment.