forked from Dkendal/battle_snake
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a gemfile with bourbon and bitters
- Loading branch information
Dylan Kendal
committed
Feb 15, 2017
1 parent
d242013
commit f6f419c
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# frozen_string_literal: true | ||
# A sample Gemfile | ||
source "https://rubygems.org" | ||
|
||
gem "bourbon", "~> 4.0" | ||
gem "bitters" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
bitters (1.2.0) | ||
bourbon (>= 4.2) | ||
sass (>= 3.4) | ||
thor | ||
bourbon (4.3.2) | ||
sass (~> 3.4) | ||
thor (~> 0.19) | ||
sass (3.4.23) | ||
thor (0.19.4) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
bitters | ||
bourbon (~> 4.0) | ||
|
||
BUNDLED WITH | ||
1.12.5 |