Skip to content

Commit

Permalink
Update dependency turbolinks from v2.5.4 to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2023
1 parent 3895514 commit 5057be3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'coffee-rails', '~> 5.0.0'
# Use jquery as the JavaScript library
gem 'jquery-rails', '~> 4.5.0' # Update to v4 for Rails 4.2
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks', '~> 2.5.3'
gem 'turbolinks', '~> 5.2.0'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ GEM
ffi (>= 1.0.0)
enumerize (2.5.0)
activesupport (>= 3.2)
erubi (1.11.0)
erubi (1.12.0)
execjs (2.8.1)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -425,7 +425,7 @@ GEM
rake
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.16.3)
minitest (5.17.0)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.2.3)
Expand All @@ -440,7 +440,7 @@ GEM
netrc (0.11.0)
newrelic_rpm (8.10.1)
nio4r (2.5.8)
nokogiri (1.13.10)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
notiffany (0.1.3)
Expand Down Expand Up @@ -546,7 +546,7 @@ GEM
activesupport (>= 4.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
rails-html-sanitizer (1.4.4)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-i18n (6.0.0)
i18n (>= 0.7, < 2)
Expand Down Expand Up @@ -669,8 +669,9 @@ GEM
thread_safe (0.3.6)
tilt (2.0.11)
timeout (0.3.1)
turbolinks (2.5.4)
coffee-rails
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (2.7.2)
Expand Down Expand Up @@ -814,7 +815,7 @@ DEPENDENCIES
sqlite3
therubyracer (~> 0.12)
transpec!
turbolinks (~> 2.5.3)
turbolinks (~> 5.2.0)
uglifier (~> 2.7.2)
web-console (~> 3.7.0)

Expand Down

0 comments on commit 5057be3

Please sign in to comment.