Skip to content

Commit

Permalink
Update jquery-ui-rails to version 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed May 6, 2020
1 parent 52dbf70 commit 4235cbd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ group :assets do
# assets for jQuery and jQuery-ujs
gem 'jquery-rails'
# assets for jQuery-ui
gem 'jquery-ui-rails', '~> 4.2.1' # version 5 needs henne's new webui
gem 'jquery-ui-rails', '~> 6.0.1' # version 5 needs henne's new webui
# assets for the bootstrap front-end framework. Used by the bratwurst theme
# gem 'bootstrap-sass-rails'
# assets for font-awesome vector icons
Expand Down
34 changes: 17 additions & 17 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GEM
arel (8.0.0)
ast (2.4.0)
bcrypt (3.1.11)
builder (3.2.3)
builder (3.2.4)
bullet (5.7.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
Expand Down Expand Up @@ -101,7 +101,7 @@ GEM
concurrent-ruby (= 1.0.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.5)
crass (1.0.6)
cssmin (1.0.3)
daemons (1.2.6)
dalli (2.7.6)
Expand All @@ -116,7 +116,7 @@ GEM
diff-lcs (1.3)
docile (1.1.5)
equatable (0.5.0)
erubi (1.7.0)
erubi (1.9.0)
escape_utils (1.2.1)
execjs (2.7.0)
factory_bot (4.8.2)
Expand Down Expand Up @@ -155,7 +155,7 @@ GEM
rubocop (>= 0.50.0)
sysexits (~> 1.1)
hashdiff (0.3.7)
i18n (0.9.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
innertube (1.1.0)
joiner (0.3.4)
Expand All @@ -169,7 +169,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.2.1)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.1.0)
kaminari (1.1.1)
Expand All @@ -187,17 +187,17 @@ GEM
kgio (2.11.0)
launchy (2.4.3)
addressable (~> 2.3)
loofah (2.3.1)
loofah (2.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mini_mime (>= 0.1.1)
metaclass (0.0.4)
method_source (0.9.0)
method_source (0.9.2)
middleware (0.1.0)
mini_mime (1.0.0)
mini_portile2 (2.4.0)
minitest (5.10.3)
minitest (5.14.0)
minitest-fail-fast (0.1.0)
minitest (~> 5)
minitest-reporters (1.1.19)
Expand All @@ -212,7 +212,7 @@ GEM
mousetrap-rails (1.4.6)
mysql2 (0.4.10)
nio4r (2.1.0)
nokogiri (1.10.4)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogumbo (1.5.0)
nokogiri
Expand Down Expand Up @@ -252,8 +252,8 @@ GEM
public_suffix (3.0.1)
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (2.0.8)
rack-test (0.8.2)
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.1.4)
actioncable (= 5.1.4)
Expand All @@ -274,8 +274,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails_tokeninput (1.7.0)
railties (>= 3.1.0)
railties (5.1.4)
Expand All @@ -287,7 +287,7 @@ GEM
rainbow (2.2.2)
rake
raindrops (0.18.0)
rake (12.3.0)
rake (12.3.3)
rantly (1.1.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
Expand Down Expand Up @@ -380,12 +380,12 @@ GEM
joiner (>= 0.2.0)
middleware (>= 0.1.0)
riddle (>= 2.0.0)
thor (0.20.0)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.8)
timecop (0.9.1)
tty-color (0.4.2)
tzinfo (1.2.4)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uglifier (4.1.5)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -457,7 +457,7 @@ DEPENDENCIES
haml_lint
jquery-datatables-rails
jquery-rails
jquery-ui-rails (~> 4.2.1)
jquery-ui-rails (~> 6.0.1)
kaminari
launchy
minitest
Expand Down

0 comments on commit 4235cbd

Please sign in to comment.