Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump jquery-ui-rails from 4.1.2 to 6.0.0 #916

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ gem 'sinatra', '>= 1.3.0', :require => nil

gem 'memcache-client'

gem 'jquery-ui-rails', '~> 4.1.0'
gem 'jquery-ui-rails', '~> 6.0.0'

gem 'geoip'

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ GEM
execjs
coffee-script-source (1.12.2)
columnize (0.8.9)
concurrent-ruby (1.1.5)
concurrent-ruby (1.2.0)
connection_pool (2.2.0)
coveralls (0.7.1)
multi_json (~> 1.3)
Expand Down Expand Up @@ -252,8 +252,8 @@ GEM
jquery-rails (2.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.1.2)
railties (>= 3.1.0)
jquery-ui-rails (6.0.0)
railties (>= 3.2.16)
jslint_on_rails (1.1.1)
json (2.2.0)
json_spec (1.1.5)
Expand Down Expand Up @@ -480,7 +480,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
ttfunk (1.0.3)
tzinfo (0.3.46)
tzinfo (0.3.61)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
Expand Down Expand Up @@ -563,7 +563,7 @@ DEPENDENCIES
jquery-cookie-rails (~> 1.3.1.1)
jquery-mousewheel-rails (~> 0.0.9)
jquery-rails (= 2.1.4)
jquery-ui-rails (~> 4.1.0)
jquery-ui-rails (~> 6.0.0)
jslint_on_rails
json_spec (= 1.1.5)
kaminari
Expand Down