mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Bump jquery-rails from 4.4.0 to 4.5.0
Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/rails/jquery-rails/releases) - [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/jquery-rails/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: jquery-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d3d02845bf
commit
cd2f9ffda3
2 changed files with 8 additions and 8 deletions
4
Gemfile
4
Gemfile
|
@ -5,14 +5,14 @@ gem 'activemodel-serializers-xml', '~> 1.0.1'
|
|||
|
||||
gem 'coffee-rails', '~> 5.0.0'
|
||||
|
||||
gem 'jquery-rails', '~> 4.4'
|
||||
gem 'jquery-rails', '~> 4.5'
|
||||
gem 'jquery-ui-rails', '~>6.0.1'
|
||||
|
||||
gem 'rails', '~> 6.0.4'
|
||||
gem 'sassc-rails', '~> 2.1.2'
|
||||
|
||||
gem 'bootstrap-sass', '3.4.1'
|
||||
gem 'font-awesome-sass', '~> 5.15.1'
|
||||
gem 'font-awesome-sass', '~> 6.1.2'
|
||||
|
||||
gem 'uglifier', '>=1.3.0'
|
||||
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -114,8 +114,8 @@ GEM
|
|||
factory_bot (~> 6.2.0)
|
||||
railties (>= 5.0.0)
|
||||
ffi (1.15.5)
|
||||
font-awesome-sass (5.15.1)
|
||||
sassc (>= 1.11)
|
||||
font-awesome-sass (6.1.2)
|
||||
sassc (~> 2.0)
|
||||
globalid (1.0.0)
|
||||
activesupport (>= 5.0)
|
||||
highline (2.0.3)
|
||||
|
@ -135,7 +135,7 @@ GEM
|
|||
rainbow (>= 2.2.2, < 4.0)
|
||||
terminal-table (>= 1.5.1)
|
||||
jaro_winkler (1.5.4)
|
||||
jquery-rails (4.4.0)
|
||||
jquery-rails (4.5.0)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
|
@ -292,7 +292,7 @@ GEM
|
|||
actionpack (>= 5.2)
|
||||
activesupport (>= 5.2)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.4.2)
|
||||
sqlite3 (1.4.4)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
terrapin (0.6.0)
|
||||
|
@ -342,10 +342,10 @@ DEPENDENCIES
|
|||
coffee-rails (~> 5.0.0)
|
||||
database_cleaner
|
||||
factory_bot_rails
|
||||
font-awesome-sass (~> 5.15.1)
|
||||
font-awesome-sass (~> 6.1.2)
|
||||
htmlentities
|
||||
i18n-tasks (~> 1.0.11)
|
||||
jquery-rails (~> 4.4)
|
||||
jquery-rails (~> 4.5)
|
||||
jquery-ui-rails (~> 6.0.1)
|
||||
kt-paperclip (~> 7.1)
|
||||
listen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue