Skip to content

Commit

Permalink
Merge pull request #218 from ifad/dependabot/bundler/haml-6.2.3
Browse files Browse the repository at this point in the history
Bump haml from 6.1.2 to 6.2.3
  • Loading branch information
tagliala committed Oct 5, 2023
2 parents 3d15879 + 8ff2754 commit 2bee340
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

ruby '2.6.10'

gem 'haml', '~> 6.1'
gem 'haml', '~> 6.2'
gem 'iso-639', '~> 0.3.6'
gem 'json', '~> 2.6'
gem 'mail', '~> 2.8'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
haml (6.1.2)
haml (6.2.3)
temple (>= 0.8.2)
thor
tilt
Expand Down Expand Up @@ -101,13 +101,13 @@ GEM
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
tilt (~> 2.0)
temple (0.10.2)
temple (0.10.3)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.2)
tilt (2.2.0)
tilt (2.3.0)
timecop (0.9.8)
timeout (0.3.2)
tzinfo (2.0.6)
Expand All @@ -125,7 +125,7 @@ PLATFORMS

DEPENDENCIES
byebug (~> 11.1)
haml (~> 6.1)
haml (~> 6.2)
iso-639 (~> 0.3.6)
json (~> 2.6)
mail (~> 2.8)
Expand Down

0 comments on commit 2bee340

Please sign in to comment.