Skip to content

Commit

Permalink
sass-rails updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shailesh committed Apr 9, 2014
1 parent eda1694 commit 2dfc0b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.2)
atomic (1.1.16)
bcrypt-ruby (3.1.2)
bson (2.0.0.rc3)
builder (3.1.4)
Expand Down Expand Up @@ -187,12 +186,12 @@ GEM
rspec-mocks (~> 2.14.0)
ruby_parser (3.1.3)
sexp_processor (~> 4.1)
sass (3.2.12)
sass-rails (4.0.2)
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0.0)
sprockets-rails (~> 2.0)
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
Expand Down Expand Up @@ -222,8 +221,7 @@ GEM
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.1)
atomic (>= 1.1.7, < 2)
thread_safe (0.3.3)
tilt (1.4.1)
tins (0.12.0)
treetop (1.4.15)
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
invoke :'rails:assets_precompile'

to :launch do
queue 'touch tmp/restart.txt'
queue! 'touch tmp/restart.txt'
end
end
end
Expand Down

0 comments on commit 2dfc0b9

Please sign in to comment.