Skip to content

Commit

Permalink
[api] avoid tilt downgrade
Browse files Browse the repository at this point in the history
tilt-2.0 does not match with bootstrap-sass-rails, but tilt-1.1 does not
work with sprockets
  • Loading branch information
coolo committed Dec 4, 2013
1 parent 440f7e7 commit 5614f63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ gem 'mysql2'
# activexml require
gem 'nokogiri', '~>1.6.0'

gem 'tilt', '>= 1.4.1'

# make sure we can delay tasks
gem 'delayed_job_active_record', '>= 4.0.0'
# to have the delayed job daemon
Expand Down
3 changes: 2 additions & 1 deletion src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ GEM
thor (0.18.1)
thread_safe (0.1.3)
atomic
tilt (1.1)
tilt (1.4.1)
timecop (0.7.0)
treetop (1.4.15)
polyglot
Expand Down Expand Up @@ -251,6 +251,7 @@ DEPENDENCIES
simplecov
sprite-factory (>= 1.5.2)
thinking-sphinx
tilt (>= 1.4.1)
timecop
uglifier (>= 1.2.2)
unicorn-rails
Expand Down

0 comments on commit 5614f63

Please sign in to comment.