-
Notifications
You must be signed in to change notification settings - Fork 3
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 jquery-ui-rails, activerecord-session_store, rails, coffee-rails, sass-rails, devise, jquery-rails, sdoc, figaro, squeel and rails_admin #9
base: master
Are you sure you want to change the base?
Conversation
…, sass-rails, devise, jquery-rails, sdoc, figaro, squeel and rails_admin Bumps [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails), [activerecord-session_store](https://github.com/rails/activerecord-session_store), [rails](https://github.com/rails/rails), [coffee-rails](https://github.com/rails/coffee-rails), [sass-rails](https://github.com/rails/sass-rails), [devise](https://github.com/heartcombo/devise), [jquery-rails](https://github.com/rails/jquery-rails), [sdoc](https://github.com/zzak/sdoc), [figaro](https://github.com/laserlemon/figaro), [squeel](https://github.com/ernie/squeel) and [rails_admin](https://github.com/sferik/rails_admin). These dependencies needed to be updated together. Updates `jquery-ui-rails` from 4.1.0 to 7.0.0 - [Release notes](https://github.com/joliss/jquery-ui-rails/releases) - [Changelog](https://github.com/jquery-ui-rails/jquery-ui-rails/blob/master/History.md) - [Commits](jquery-ui-rails/jquery-ui-rails@v4.1.0...v7.0.0) Updates `activerecord-session_store` from `55dc59a` to 2.1.0 - [Release notes](https://github.com/rails/activerecord-session_store/releases) - [Commits](rails/activerecord-session_store@55dc59a...v2.1.0) Updates `rails` from 4.0.0 to 7.2.1.2 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v4.0.0...v7.2.1.2) Updates `coffee-rails` from 4.0.0 to 5.0.0 - [Changelog](https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md) - [Commits](rails/coffee-rails@v4.0.0...v5.0.0) Updates `sass-rails` from 4.0.0 to 6.0.0 - [Release notes](https://github.com/rails/sass-rails/releases) - [Commits](rails/sass-rails@v4.0.0...v6.0.0) Updates `devise` from 3.1.0 to 4.9.4 - [Release notes](https://github.com/heartcombo/devise/releases) - [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md) - [Commits](heartcombo/devise@v3.1.0...v4.9.4) Updates `jquery-rails` from 3.0.4 to 4.6.0 - [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md) - [Commits](rails/jquery-rails@v3.0.4...v4.6.0) Updates `sdoc` from 0.3.20 to 2.6.1 - [Changelog](https://github.com/zzak/sdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/zzak/sdoc/commits) Updates `figaro` from 0.7.0 to 1.2.0 - [Changelog](https://github.com/laserlemon/figaro/blob/main/CHANGELOG.md) - [Commits](laserlemon/figaro@v0.7.0...v1.2.0) Updates `squeel` from 1.1.1 to 1.2.3 - [Changelog](https://github.com/activerecord-hackery/squeel/blob/master/CHANGELOG.md) - [Commits](activerecord-hackery/squeel@v1.1.1...v1.2.3) Updates `rails_admin` from 0.6.0 to 3.2.1 - [Changelog](https://github.com/railsadminteam/rails_admin/blob/master/CHANGELOG.md) - [Commits](railsadminteam/rails_admin@v0.6.0...v3.2.1) --- updated-dependencies: - dependency-name: jquery-ui-rails dependency-type: direct:production - dependency-name: activerecord-session_store dependency-type: direct:production - dependency-name: rails dependency-type: direct:production - dependency-name: coffee-rails dependency-type: direct:production - dependency-name: sass-rails dependency-type: direct:production - dependency-name: devise dependency-type: direct:production - dependency-name: jquery-rails dependency-type: direct:production - dependency-name: sdoc dependency-type: direct:development - dependency-name: figaro dependency-type: direct:production - dependency-name: squeel dependency-type: direct:production - dependency-name: rails_admin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
|
||
# Use Uglifier as compressor for JavaScript assets | ||
gem 'uglifier', '>= 1.3.0' | ||
|
||
# Use CoffeeScript for .js.coffee assets and views | ||
gem 'coffee-rails', '~> 4.0.0' | ||
gem 'coffee-rails', '~> 5.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
@@ -14,13 +14,13 @@ group :production do | |||
end | |||
|
|||
# Use SCSS for stylesheets | |||
gem 'sass-rails', '~> 4.0.0' | |||
gem 'sass-rails', '~> 6.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
@@ -1,7 +1,7 @@ | |||
source 'https://rubygems.org' | |||
|
|||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |||
gem 'rails', '4.0.0' | |||
gem 'rails', '7.2.1.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Bumps jquery-ui-rails, activerecord-session_store, rails, coffee-rails, sass-rails, devise, jquery-rails, sdoc, figaro, squeel and rails_admin. These dependencies needed to be updated together.
Updates
jquery-ui-rails
from 4.1.0 to 7.0.0Changelog
Sourced from jquery-ui-rails's changelog.
... (truncated)
Commits
413265e
Merge pull request #139 from nescalera/jquery-ui-1.13.027a942c
up gem version to 7.0.054cc600
Upgrades jquery-ui to 1.13.00b22d46
Merge pull request #121 from Borzik/fix-historyc9bdcf6
fix history, this change affected 6.0.0, not 5.0.497e9530
Merge pull request #118 from jaredbeck/patch-17b1db12
Docs: Mention how the widget files moved in 6.0.0a640214
Merge pull request #116 from alvir/patch-18f39b6d
Remove /widgets from example for stylesheets in READMEdcf13e3
Merge pull request #114 from n-rodriguez/masterUpdates
activerecord-session_store
from55dc59a
to 2.1.0Commits
734c38f
Bump to 2.1.0889dd09
Merge pull request #206 from casperisfine/handle-rack-30e71973
Allow to use Rack 3.x0fa232b
Merge pull request #204 from TobiasBales/allow-subclassing-session-store35cffd2
Allow subclasses of session store to override session_class2082e1d
Merge pull request #205 from TobiasBales/fix-main-branchf08f307
Require at least CGI 0.3.60773dc1
Use released versions of rack instead of main for rails edge0dc6885
Use cookies.get_cookie instead of hash_for9198a95
Merge pull request #191 from casperisfine/github-actionsUpdates
rails
from 4.0.0 to 7.2.1.2Release notes
Sourced from rails's releases.
... (truncated)
Commits
7750d64
Preparing for 7.2.1.2 releasec8ff417
Improvements to releaser7ffd7bd
Fix NoMethodError in ActionMailer block_formata1f6a13
Preparing for 7.2.1.1 releasede33c73
Update CHANGELOGsbe898cc
Avoid backtracking in ActionMailer block_formatba286c0
Avoid backtracing in plain_text_for_blockquote_node27121e8
Avoid backtracking in filtered_query_stringf4dc83d
Avoid backtracking in Token#raw_paramsf9d96f2
Merge pull request #53053 from gabriel-amaral/gabriel-amaral/fix-devcontainer...Updates
coffee-rails
from 4.0.0 to 5.0.0Changelog
Sourced from coffee-rails's changelog.
Commits
32a2939
Prepare to 5.0.06507f0a
Set the javascripts generator option as true in the railtie5f0e005
Point to rails repository74214e8
Merge pull request #114 from larouxn/rails_6_supporteff9c00
Revert folder structure changes, remove --javascripts flage7ce694
Fix for exclusively Rails 669e6782
TESTING, use my fork of Railsfc8c48c
Conditionally use Rails 6 folder stucture5df5816
Merge pull request #111 from larouxn/stop_testing_below_ruby_2.29bead93
Merge pull request #112 from larouxn/update_travis_jruby_versionUpdates
sass-rails
from 4.0.0 to 6.0.0Release notes
Sourced from sass-rails's releases.
... (truncated)
Commits
a77240c
Prepare to 6.0.08dbe4dc
Bump version to 6.0.0.beta3830a8ec
Bump minimum version of sassc-railsff54c20
Fix open-ended dependencyebe9ef7
Bump version to v6.0.0.beta2409d871
Merge pull request #424 from rails/sassc-railsd809900
Recomend to use SassC::Rails::Importer to users requiring sass/rails/importer706526d
Make sass-rails an wrapper for sassc-rails to allow a smooth upgrade pathac38f1e
Merge pull request #423 from gregmolnar/masterd61b999
remove gemnasium badge from readmeUpdates
devise
from 3.1.0 to 4.9.4Release notes
Sourced from devise's releases.
... (truncated)
Commits
d5a48b4
Release v4.9.4bab47e1
Adds Ruby 3.3 to CI on 4-stablecee7457
Bump year [ci skip]95ed7d3
Merge pull request #5641 from henryaj/patch-1edffc79
Respect locale set by controller in the failure app (#5567)1d66580
Release v4.9.3dcbfb32
Merge pull request #5640 from nmaggioni/nm_config_template_typoc146b25
Better clarify need to overrideinternal_methods
9a08620
Update changelog with Rails 7.1 mention [ci skip]407f223
Fix test warning about deprecated cache format in Rails 7.1Updates
jquery-rails
from 3.0.4 to 4.6.0Changelog
Sourced from jquery-rails's changelog.
... (truncated)
Commits
12869da
Release v4.6.0 with jQuery v3.7.065a9c73
Update jquery to 3.7.0fb5a7a8
Merge pull request #293 from MichaelHoste/patch-1d9dfbe1
Merge pull request #296 from okuramasafumi/patch-1f34a439
Update CHANGELOG.mdb9e5aa7
Fix typo in CHANGELOG.md (usj
=>ujs
)de8792d
Release v4.5.1 with jquery 3.6.1 and jquery-ujs 1.2.37e6f508
Update jquery-ujs to latest v1.2.3a80d74b
Update jQuery to latest v3.6.1153d9ff
Fix changelog typo [ci skip]Updates
sdoc
from 0.3.20 to 2.6.1Changelog
Sourced from sdoc's changelog.
... (truncated)
Commits
Updates
figaro
from 0.7.0 to 1.2.0Changelog
Sourced from figaro's changelog.
Commits
6ae998e
Modify .travis.yml to address build config validation feedbackf52666a
Bump to version 1.2.020bbda0
Don't use GitHub Actions for Figaro v1caca74b
Update the .gitignore filea722f76
Add an optional build to keep an eye on latest Rails6848ce4
Set the entire ENV (plus explicit configuration) in CLI taskse932bbe
Bring the test suite up-to-date0695557
Update Rubies built in the Travis configuration1f2a25c
Remove Code Climate, which is causing build failures22a8160
Start exploring CI via GitHub ActionsUpdates
squeel
from 1.1.1 to 1.2.3Changelog
Sourced from squeel's changelog.
Commits
5542266
Bump to 1.2.332f13d1
Merge pull request #360 from activerecord-hackery/new_rails_dependency_and_ci...ddf209a
[ci skip] Edit change log.6562716
Support 4.1.9+ and the latest 4-2-stable.f0dbce7
Revert the change for 4.1.3c96604
Change Ruby versions for CI.6ab44c6
Fix Rails 4.2 spec error.05c9071
Lock Rails version to 4.2 instead of master.e7f0168
Backwards compatibility fix for Active Record 4.17d4fca1
Update active_record.rbUpdates
rails_admin
from 0.6.0 to 3.2.1Changelog
Sourced from rails_admin's changelog.
... (truncated)
Commits
b09f770
Version 3.2.1f54a102
Disable Turbo's prefetch, which became default in turbo-rails 2.x44579f0
Install ImageMagick as it's no longer included in 24.04 imageca232e7
Avoid newer turbo-rails for Ruby 2.6 build586db0c
Avoid turbo-rails versions that are incompatible with Ruby 2.610bf495
Add specs for non-nullable boolean field195ef0b
Unlock vite/vite-plugin-ruby dependency to fix the vite buildb4fdd67
Version 3.2.07b2ffb1
Fix polymorphic id doesn't reset properly in an edge casec0eac2a
Importmap build no longer fails, as new npm package was releasedDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.