Gemfile.lock in sassy-0.0.2 vs Gemfile.lock in sassy-0.0.3
- old
+ new
@@ -1,16 +1,18 @@
PATH
remote: .
specs:
sassy (0.0.2)
activesupport (~> 3.0)
+ i18n (~> 0.5)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.3)
diff-lcs (1.1.2)
+ i18n (0.5.0)
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
rspec-core (2.3.1)
@@ -21,7 +23,8 @@
PLATFORMS
ruby
DEPENDENCIES
activesupport (~> 3.0)
+ i18n (~> 0.5)
rspec (~> 2.0)
sassy!