Skip to content
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ gem 'cocoon'

# as the JavaScript library
gem 'jquery-rails'
gem 'jquery-ui-rails', '~> 7.0.0'
gem 'jquery-ui-rails', '~> 8.0.0'

# for languages validation
gem 'iso-639'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (7.0.0)
jquery-ui-rails (8.0.0)
railties (>= 3.2.16)
json (2.6.3)
json-schema (4.0.0)
Expand All @@ -297,7 +297,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.24.0)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -317,7 +317,7 @@ GEM
benchmark
logger
mini_mime (1.1.5)
mini_portile2 (2.8.8)
mini_portile2 (2.8.9)
minitest (5.25.5)
momentjs-rails (2.29.4.1)
railties (>= 3.1)
Expand Down Expand Up @@ -346,7 +346,7 @@ GEM
next_rails (1.2.4)
colorize (>= 0.8.1)
nio4r (2.7.4)
nokogiri (1.18.5)
nokogiri (1.18.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth2 (2.0.9)
Expand Down Expand Up @@ -412,7 +412,7 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.13)
rack (2.2.17)
rack-openid (1.4.2)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
Expand All @@ -439,7 +439,7 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand All @@ -457,7 +457,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.2.1)
rake (13.3.0)
recaptcha (5.14.0)
redcarpet (3.6.0)
regexp_parser (2.8.1)
Expand Down Expand Up @@ -627,7 +627,7 @@ GEM
chronic (>= 0.6.3)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.2)
zeitwerk (2.7.3)

PLATFORMS
ruby
Expand Down Expand Up @@ -674,7 +674,7 @@ DEPENDENCIES
iso-639
jquery-datatables-rails
jquery-rails
jquery-ui-rails (~> 7.0.0)
jquery-ui-rails (~> 8.0.0)
json-schema
leaflet-rails
letter_opener
Expand Down
Loading