Skip to content

Commit

Permalink
Merge 9be9867 into 709b10e
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 7, 2020
2 parents 709b10e + 9be9867 commit 2399fd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'rails-i18n'
gem 'mysql2', '~> 0.4.0' # for compatibility with rails 4
gem 'prawn'
gem 'prawn-table'
gem 'haml', '~> 4.0' # some breaking changes in version 5, remove this line again when fixed
gem 'haml', '~> 5.1' # some breaking changes in version 5, remove this line again when fixed
gem 'haml-rails'
gem 'kaminari'
gem 'simple_form'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ GEM
rails (>= 4.0.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (4.0.7)
haml (5.1.2)
temple (>= 0.8.0)
tilt
haml-rails (1.0.0)
actionpack (>= 4.0.1)
Expand Down Expand Up @@ -509,6 +510,7 @@ GEM
sqlite3 (1.3.13)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
temple (0.8.2)
term-ansicolor (1.2.2)
tins (~> 0.8)
therubyracer (0.12.3)
Expand Down Expand Up @@ -598,7 +600,7 @@ DEPENDENCIES
foodsoft_printer!
foodsoft_wiki!
gaffe
haml (~> 4.0)
haml (~> 5.1)
haml-rails
hashie (~> 3.4.6)
i18n-js (~> 3.0.0.rc8)
Expand Down

0 comments on commit 2399fd5

Please sign in to comment.