1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00
cv/Gemfile
Dan Barber 3d18bbc033
Change to 2.6.2
This is a Ruby version that Netlify has a prebuilt image of.
2021-01-14 17:21:15 -05:00

19 lines
414 B
Ruby

# If you do not have OpenSSL installed, update
# the following line to use "http://" instead
source 'https://rubygems.org'
ruby "2.6.2"
gem "bourbon"
gem "middleman"
# Live-reloading plugin
gem "middleman-livereload"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Windows does not come with time zone data
gem "tzinfo-data", platforms: [:mswin, :mingw]