mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
add in new gem requirements
This commit is contained in:
parent
6f922923e4
commit
a70e25f79f
1
Gemfile
1
Gemfile
@ -8,6 +8,7 @@ gem "rack-rewrite"
|
||||
gem "rack-contrib"
|
||||
|
||||
group :development do
|
||||
gem "activesupport"
|
||||
gem "breakpoint", "~> 2.5.0"
|
||||
gem "builder", "~> 3.2.2"
|
||||
gem "middleman", "~> 3.3.8"
|
||||
|
@ -152,6 +152,7 @@ PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activesupport
|
||||
breakpoint (~> 2.5.0)
|
||||
builder (~> 3.2.2)
|
||||
middleman (~> 3.3.8)
|
||||
|
Loading…
Reference in New Issue
Block a user