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

Update jquery-ui-rails requirement from ~> 5.0.5 to >= 5.0.5, < 6.1.0 #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PATH
httparty
inchi-gem
jquery-rails
jquery-ui-rails (~> 5.0.5)
jquery-ui-rails (>= 5.0.5, < 6.1.0)
kaminari
mimemagic (>= 0.3.10)
nokogiri (>= 1.10, < 1.13)
Expand Down Expand Up @@ -99,7 +99,7 @@ GEM
climate_control (0.2.0)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.0)
crass (1.0.6)
daemons (1.3.1)
delayed_job (4.1.9)
Expand Down Expand Up @@ -130,7 +130,7 @@ GEM
dry-equalizer (~> 0.3)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
erubi (1.10.0)
erubi (1.12.0)
erubis (2.7.0)
execjs (2.7.0)
ffi (1.13.1)
Expand Down Expand Up @@ -165,13 +165,13 @@ GEM
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.11)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
kaminari (1.2.1)
activesupport (>= 4.1.0)
Expand All @@ -185,7 +185,7 @@ GEM
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
loofah (2.12.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -200,7 +200,7 @@ GEM
rake
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest (5.17.0)
multi_xml (0.6.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
Expand All @@ -217,12 +217,12 @@ GEM
mime-types
mimemagic (~> 0.3.0)
pg (1.2.3)
racc (1.6.0)
rack (2.2.3)
racc (1.6.2)
rack (2.2.6.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.2)
rack (>= 1.3)
rails (5.2.6)
actioncable (= 5.2.6)
actionmailer (= 5.2.6)
Expand All @@ -239,8 +239,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (5.2.6)
actionpack (= 5.2.6)
activesupport (= 5.2.6)
Expand Down Expand Up @@ -277,10 +277,10 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
temple (0.8.2)
thor (1.1.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.9)
tzinfo (1.2.10)
thread_safe (~> 0.1)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion ketcherails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "jquery-rails"
s.add_dependency "nokogiri", ">= 1.10", "< 1.13"
s.add_dependency "haml-rails"
s.add_dependency "jquery-ui-rails", "~> 5.0.5"
s.add_dependency "jquery-ui-rails", ">= 5.0.5", "< 6.1.0"
s.add_dependency 'kaminari'
s.add_dependency 'bootstrap-kaminari-views', '0.0.5'
s.add_dependency 'paperclip', '~> 5.2.0'
Expand Down