Skip to content

Commit

Permalink
Merge pull request #203 from spree/dependabot/bundler/slim-tw-4.1
Browse files Browse the repository at this point in the history
Update slim requirement from ~> 3.0 to ~> 4.1
  • Loading branch information
elia authored Feb 10, 2022
2 parents 8fd9351 + f9fbcde commit 45d36f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deface.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('gem-release')
spec.add_development_dependency('rspec', '>= 3.1.0')
spec.add_development_dependency('haml', ['>= 4.0', '< 6'])
spec.add_development_dependency('slim', '~> 3.0')
spec.add_development_dependency('slim', '~> 4.1')
spec.add_development_dependency('simplecov', '>= 0.6.4')
spec.add_development_dependency('generator_spec', '~> 0.8')
spec.add_development_dependency('pry')
Expand Down

0 comments on commit 45d36f4

Please sign in to comment.