Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
using gem package update
Browse files Browse the repository at this point in the history
  • Loading branch information
windyakin committed Oct 29, 2016
1 parent f3edf77 commit a380844
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,7 +1,7 @@
# Pull gems from RubyGems
source 'https://rubygems.org'

gem 'sass', '~> 3.4.19'
gem 'scss_lint', '~> 0.47.0'
gem 'sass', '~> 3.x'
gem 'scss_lint', '~> 0.x'
gem 'windows-pr' if RUBY_PLATFORM =~ /win32/i || RUBY_PLATFORM =~ /mingw32/i
gem 'win32console' if RUBY_PLATFORM =~ /win32/i || RUBY_PLATFORM =~ /mingw32/i
12 changes: 6 additions & 6 deletions Gemfile.lock
@@ -1,18 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
rake (10.5.0)
rake (11.3.0)
sass (3.4.22)
scss_lint (0.47.1)
rake (>= 0.9, < 11)
sass (~> 3.4.15)
scss_lint (0.50.2)
rake (>= 0.9, < 12)
sass (~> 3.4.20)

PLATFORMS
ruby

DEPENDENCIES
sass (~> 3.4.19)
scss_lint (~> 0.47.0)
sass (~> 3.x)
scss_lint (~> 0.x)

BUNDLED WITH
1.11.0

0 comments on commit a380844

Please sign in to comment.