Skip to content

Commit

Permalink
update bundler to version 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseChavez committed Aug 23, 2021
1 parent 74a0b21 commit 4a73ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
bundler (~> 1.17)
foundation-sass-rails!
rake (~> 10.0)
rspec (~> 3.0)

BUNDLED WITH
1.16.1
1.17.3
2 changes: 1 addition & 1 deletion foundation-sass-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'sass', ['>= 3.3.0', '< 3.5']

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "bundler", "~> 1.17"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
end

0 comments on commit 4a73ea4

Please sign in to comment.