Skip to content

Commit

Permalink
erubris
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Shueh committed Oct 29, 2013
1 parent 93a9237 commit 2c72a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ gem 'diff-lcs', '1.1.3', :require => 'diff/lcs'
if !CANVAS_RAILS3
gem 'encrypted_cookie_store-instructure', '1.0.4', :require => 'encrypted_cookie_store'
end
gem 'erubis', CANVAS_RAILS3 ? '2.6.6' : '2.7.0'
gem 'erubis',"= 2.6.6"
#gem 'erubis', CANVAS_RAILS3 ? '2.6.6' : '2.7.0'
if !CANVAS_RAILS3
gem 'fake_arel', '1.0.0'
end
Expand Down

0 comments on commit 2c72a2f

Please sign in to comment.