You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
430 B
21 lines
430 B
source 'https://rubygems.org'
|
|
|
|
gem 'middleman', '~> 4.3.3'
|
|
gem 'middleman-sprockets'
|
|
gem 'middleman-deploy', '~> 2.0.0.pre.alpha'
|
|
gem 'sass'
|
|
gem 'bootstrap-sass'
|
|
|
|
gem 'middleman-livereload'
|
|
group :development do
|
|
gem 'awesome_print'
|
|
gem 'pry-byebug'
|
|
gem 'betterlorem'
|
|
end
|
|
|
|
gem 'actionmailer'
|
|
gem 'icalendar'
|
|
gem 'redcarpet'
|
|
|
|
# gem 'tzinfo-data', platforms: %i[mswin mingw jruby]
|
|
# gem 'wdm', platforms: %i[mswin mingw]
|