Skip to content

Commit 9557857

Browse files
committed
Move jquery-ui-rails out of :assets group in testapp
1 parent c172901 commit 9557857

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testapp/Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ group :assets do
1515
# gem 'therubyracer'
1616

1717
gem 'uglifier', '>= 1.0.3'
18-
19-
gem 'jquery-ui-rails', :path => '..'
2018
end
2119

20+
gem 'jquery-ui-rails', :path => '..'
2221
gem 'jquery-rails'
2322

2423
# To use ActiveModel has_secure_password

0 commit comments

Comments
 (0)