forked from jaredcwhite/jaredwhite_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
30 lines (24 loc) · 871 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Hello! This is where you manage which Bridgetown version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Bridgetown with `bundle exec`, like so:
#
# bundle exec bridgetown serve
#
# This will help ensure the proper Bridgetown version is running.
#
# To install a plugin, simply run bundle add and specify the group
# "bridgetown_plugins". For example:
#
# bundle add some-new-plugin -g bridgetown_plugins
#
# Happy Bridgetowning!
gem "bridgetown", "~> 1.0.0"
gem "bridgetown-routes", "~> 1.0.0"
# Puma is a Rack-compatible server
# (you can optionally limit this to the "development" group)
gem "puma", "~> 5.6"
gem "ruby2js", ">= 5.0"
gem "localhost", "~> 1.1"
gem "cloudinary", "~> 1.21"