Skip to content

Commit

Permalink
point to git for jquery-ui-rails not gem
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed Feb 29, 2024
1 parent e680049 commit 8cf6f9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ gem 'sass-rails', '~> 5.0.4'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'font-awesome-sass', '~> 5.0.13'
gem 'jquery-rails', '~> 4.4.0'
gem 'jquery-ui-rails', '~> 6.0.1'
# TODO: remove or use gem
gem 'jquery-ui-rails', git: 'https://github.com/jquery-ui-rails/jquery-ui-rails', tag: 'v7.0.0'

# Add pagination support
gem 'kaminari-mongoid'
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/jquery-ui-rails/jquery-ui-rails
revision: 413265e81f790f795239e07e7e25e01429b2f18d
tag: v7.0.0
specs:
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)

GIT
remote: https://github.com/projecttacoma/cqm-models
revision: 27575d388eec04910470c05405ea2629b184f0ec
Expand Down Expand Up @@ -306,8 +314,6 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.6.3)
kaminari-core (1.2.2)
kaminari-mongoid (1.0.2)
Expand Down Expand Up @@ -633,7 +639,7 @@ DEPENDENCIES
jbuilder (~> 2.11.0)
jquery-datatables-rails
jquery-rails (~> 4.4.0)
jquery-ui-rails (~> 6.0.1)
jquery-ui-rails!
kaminari-mongoid
launchy
listen
Expand Down

0 comments on commit 8cf6f9c

Please sign in to comment.