Skip to content

Commit

Permalink
fix: depend on middleman 4.4.X instead of 4.X
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonasiv committed May 24, 2023
1 parent 980daed commit 5412bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

# Middleman Gems
gem 'middleman', '~> 4.4'
gem 'middleman', '~> 4.4.0'
gem 'sass'
gem 'bootstrap-sass'
gem 'susy', "~>2.2"
Expand Down

0 comments on commit 5412bb3

Please sign in to comment.