Skip to content

Commit

Permalink
update ruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Dec 28, 2017
1 parent b1f0a29 commit 50dbfe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

group :sass do
gem 'sass', '3.4.19'
gem 'bourbon', '4.2.6'
gem 'sass', '~>3.4.19'
gem 'bourbon', '~>4.2.6'
gem 'font-awesome-sass'
end
8 changes: 4 additions & 4 deletions Gemfile.lock
@@ -1,21 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
bourbon (4.2.6)
bourbon (4.2.7)
sass (~> 3.4)
thor (~> 0.19)
font-awesome-sass (4.7.0)
sass (>= 3.2)
sass (3.4.19)
sass (3.4.25)
thor (0.20.0)

PLATFORMS
ruby

DEPENDENCIES
bourbon (= 4.2.6)
bourbon (~> 4.2.6)
font-awesome-sass
sass (= 3.4.19)
sass (~> 3.4.19)

BUNDLED WITH
1.16.0

0 comments on commit 50dbfe9

Please sign in to comment.