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

Bump select2-rails from 3.5.9.3 to 4.0.13 #1906

Merged
merged 1 commit into from
Apr 7, 2021
Merged
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 @@ -35,7 +35,7 @@ gem 'selectize-rails', '0.12.1' # include selectize.js for select
gem 'kaminari'
gem 'coderay', '1.1.0' # xml console visualize
gem 'sass-rails'
gem 'select2-rails', '3.5.9.3' # for autocomplete
gem 'select2-rails', '4.0.13' # for autocomplete
gem 'cancancan'
gem 'devise', '~> 4.7'

Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,7 @@ GEM
nokogiri (>= 1.8.1)
nori (~> 2.4)
wasabi (~> 3.4)
select2-rails (3.5.9.3)
thor (~> 0.14)
select2-rails (4.0.13)
selectize-rails (0.12.1)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
Expand Down Expand Up @@ -450,7 +449,7 @@ GEM
attr_required (>= 0.0.5)
httpclient (>= 2.4)
temple (0.8.2)
thor (0.20.3)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
truemail (1.9.2)
Expand Down Expand Up @@ -555,7 +554,7 @@ DEPENDENCIES
rest-client
rexml
sass-rails
select2-rails (= 3.5.9.3)
select2-rails (= 4.0.13)
selectize-rails (= 0.12.1)
simplecov (= 0.17.1)
simpleidn (= 0.1.1)
Expand Down