Commit 46aa19d2ffac276207ac056f3a57a9d1c2c4a9d7
1 parent
c6343e9a
Exists in
colab
and in
4 other branches
jquery-ui-rails updated
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -43,7 +43,7 @@ gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootst |
43 | 43 | gem "chart-js-rails", "~> 0.0.6" |
44 | 44 | |
45 | 45 | # JQueryUI |
46 | -gem 'jquery-ui-rails', '~> 4.2.1' | |
46 | +gem 'jquery-ui-rails', '~> 5.0.0' | |
47 | 47 | |
48 | 48 | # colorpicker |
49 | 49 | gem 'colorpicker', '~> 0.0.5' | ... | ... |
Gemfile.lock
... | ... | @@ -128,7 +128,7 @@ GEM |
128 | 128 | jquery-rails (3.1.1) |
129 | 129 | railties (>= 3.0, < 5.0) |
130 | 130 | thor (>= 0.14, < 2.0) |
131 | - jquery-ui-rails (4.2.1) | |
131 | + jquery-ui-rails (5.0.0) | |
132 | 132 | railties (>= 3.2.16) |
133 | 133 | json (1.8.1) |
134 | 134 | kalibro_gatekeeper_client (0.2.2) |
... | ... | @@ -285,7 +285,7 @@ DEPENDENCIES |
285 | 285 | factory_girl_rails (~> 4.4.1) |
286 | 286 | jbuilder (~> 2.1.2) |
287 | 287 | jquery-rails |
288 | - jquery-ui-rails (~> 4.2.1) | |
288 | + jquery-ui-rails (~> 5.0.0) | |
289 | 289 | kalibro_gatekeeper_client (~> 0.2.2) |
290 | 290 | konacha (~> 3.2.0) |
291 | 291 | mocha | ... | ... |