1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

remove bundler version constraint (#2227)

This commit is contained in:
Colby Swandale 2018-12-18 08:30:47 +11:00 committed by Thomas Reynolds
parent a3db298d59
commit c6898b8c28
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ PATH
activesupport (>= 4.2, < 5.2)
addressable (~> 2.3)
backports (~> 3.11)
bundler (~> 1.1)
bundler
contracts (~> 0.16.0)
dotenv
erubis

View file

@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.3.0'
# Core
s.add_dependency('bundler', ['~> 1.1'])
s.add_dependency('bundler')
s.add_dependency('rack', ['>= 1.4.5', '< 3'])
s.add_dependency('tilt', ['~> 2.0'])
s.add_dependency('erubis')