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 jquery-ui-rails, activerecord-session_store, rails, coffee-rails, sass-rails, devise, jquery-rails, sdoc, figaro, squeel and rails_admin #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

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.0

Changelog

Sourced from jquery-ui-rails's changelog.

7.0.0

  • Update to jQuery UI 1.13.0

6.0.1

  • Fix "define is not defined" issue in core.js

6.0.0

  • Update to jQuery UI 1.12.1
  • The widget files moved. Change e.g. require jquery-ui/sortable to require jquery-ui/widgets/sortable

5.0.5

  • Update to jQuery UI 1.11.4

5.0.4

  • Update to jQuery UI 1.11.3

5.0.3

  • Speed up: Only use .erb extension if <%= %> tags are used

5.0.2

  • Update to jQuery UI 1.11.2

5.0.1

  • Update to jQuery UI 1.11.1

5.0.0

  • Update to jQuery UI 1.11.0
  • Rename jquery.ui.*.{js,css} to jquery-ui/*.{js,css}
  • Add jquery-ui.js and jquery-ui.css assets

4.2.1

  • Update to jQuery UI 1.10.4

4.2.0

  • Bump Rails dependency to >=3.2.16
  • Re-release 4.1.1 as 4.2.0

4.1.2

... (truncated)

Commits
  • 413265e Merge pull request #139 from nescalera/jquery-ui-1.13.0
  • 27a942c up gem version to 7.0.0
  • 54cc600 Upgrades jquery-ui to 1.13.0
  • 0b22d46 Merge pull request #121 from Borzik/fix-history
  • c9bdcf6 fix history, this change affected 6.0.0, not 5.0.4
  • 97e9530 Merge pull request #118 from jaredbeck/patch-1
  • 7b1db12 Docs: Mention how the widget files moved in 6.0.0
  • a640214 Merge pull request #116 from alvir/patch-1
  • 8f39b6d Remove /widgets from example for stylesheets in README
  • dcf13e3 Merge pull request #114 from n-rodriguez/master
  • Additional commits viewable in compare view

Updates activerecord-session_store from 55dc59a to 2.1.0

Commits
  • 734c38f Bump to 2.1.0
  • 889dd09 Merge pull request #206 from casperisfine/handle-rack-3
  • 0e71973 Allow to use Rack 3.x
  • 0fa232b Merge pull request #204 from TobiasBales/allow-subclassing-session-store
  • 35cffd2 Allow subclasses of session store to override session_class
  • 2082e1d Merge pull request #205 from TobiasBales/fix-main-branch
  • f08f307 Require at least CGI 0.3.6
  • 0773dc1 Use released versions of rack instead of main for rails edge
  • 0dc6885 Use cookies.get_cookie instead of hash_for
  • 9198a95 Merge pull request #191 from casperisfine/github-actions
  • Additional commits viewable in compare view

Updates rails from 4.0.0 to 7.2.1.2

Release notes

Sourced from rails's releases.

7.2.1.2

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • Fix NoMethodError in block_format helper

    Michael Leimstaedtner

Action Cable

  • No changes.

Active Storage

  • No changes.

Action Mailbox

... (truncated)

Commits
  • 7750d64 Preparing for 7.2.1.2 release
  • c8ff417 Improvements to releaser
  • 7ffd7bd Fix NoMethodError in ActionMailer block_format
  • a1f6a13 Preparing for 7.2.1.1 release
  • de33c73 Update CHANGELOGs
  • be898cc Avoid backtracking in ActionMailer block_format
  • ba286c0 Avoid backtracing in plain_text_for_blockquote_node
  • 27121e8 Avoid backtracking in filtered_query_string
  • f4dc83d Avoid backtracking in Token#raw_params
  • f9d96f2 Merge pull request #53053 from gabriel-amaral/gabriel-amaral/fix-devcontainer...
  • Additional commits viewable in compare view

Updates coffee-rails from 4.0.0 to 5.0.0

Changelog

Sourced from coffee-rails's changelog.

5.0.0 (Apr 23, 2019)

  • Remove support to Rails < 5.2.
  • Support Rails 6.

4.2.2 (May 24, 2017)

  • Support digest resolution for coffee templates.

4.2.1 (June 30, 2016)

  • Fix error in the gem package.

4.2.0 (June 30, 2016)

  • Override js_template hook in the Rails generator to allow Rails to be CoffeeScript agnostic.

4.1.1 (December 18, 2015)

  • Allow Rails 5.

    Rafael Mendonça França

4.1.0 (October 12, 2014)

  • Default to .coffee extension instead of .js.coffee

    Joshua Peek

  • Register coffee extension for rake notes.

    Roberto Miranda

4.0.1 (October 17, 2013)

  • Drop support to Rails 4.0.0.rc releases

    Rafael Mendonça França

Commits
  • 32a2939 Prepare to 5.0.0
  • 6507f0a Set the javascripts generator option as true in the railtie
  • 5f0e005 Point to rails repository
  • 74214e8 Merge pull request #114 from larouxn/rails_6_support
  • eff9c00 Revert folder structure changes, remove --javascripts flag
  • e7ce694 Fix for exclusively Rails 6
  • 69e6782 TESTING, use my fork of Rails
  • fc8c48c Conditionally use Rails 6 folder stucture
  • 5df5816 Merge pull request #111 from larouxn/stop_testing_below_ruby_2.2
  • 9bead93 Merge pull request #112 from larouxn/update_travis_jruby_version
  • Additional commits viewable in compare view

Updates sass-rails from 4.0.0 to 6.0.0

Release notes

Sourced from sass-rails's releases.

6.0.0

Breaking change

v5.0.7

  • Remove ruby warnings

v5.0.6

  • Fixes deprecation warnings on Sprockets 3 (#382)

    Richard Schneeman

5.0.5

  • Support Rails 5

5.0.4

  • Allow Tilt 2 usage
  • Allow no compression for all environments

5.0.3

  • Fixed file permissions

5.0.2

  • Configure assets environment inside a configure block. This fixes an issue with sprockets-rails' master branch.

5.0.1

  • Fixed @import glob related caching bug

5.0.0

  • Register scss and sass extensions for rake notes
  • Make possible to use sprocktes > 2.8 and < 4
  • Make possible to use sass ~> 3.1
  • Deprecate .css.scss and .css.sass extensions
  • Limit =require to .css only files and @import to .scss files. Avoid mixing the two.

4.0.5

  • Make possible to use sprockets 2.12.

4.0.4

  • Make possible to use any sprockets version in the 2.11 series.
  • Require at least sass 3.2.2.

4.0.3

  • Make possible to use sprockets-rails 2.1.

4.0.2

  • Lock sprockets version to <= 2.11.0. Fixes #191.

... (truncated)

Commits
  • a77240c Prepare to 6.0.0
  • 8dbe4dc Bump version to 6.0.0.beta3
  • 830a8ec Bump minimum version of sassc-rails
  • ff54c20 Fix open-ended dependency
  • ebe9ef7 Bump version to v6.0.0.beta2
  • 409d871 Merge pull request #424 from rails/sassc-rails
  • d809900 Recomend to use SassC::Rails::Importer to users requiring sass/rails/importer
  • 706526d Make sass-rails an wrapper for sassc-rails to allow a smooth upgrade path
  • ac38f1e Merge pull request #423 from gregmolnar/master
  • d61b999 remove gemnasium badge from readme
  • Additional commits viewable in compare view

Updates devise from 3.1.0 to 4.9.4

Release notes

Sourced from devise's releases.

v4.9.4

https://github.com/heartcombo/devise/blob/v4.9.4/CHANGELOG.md#494---2024-04-10

v4.9.3

https://github.com/heartcombo/devise/blob/v4.9.3/CHANGELOG.md#493---2023-10-11

v4.9.2

https://github.com/heartcombo/devise/blob/v4.9.2/CHANGELOG.md#unreleased

v4.9.1

https://github.com/heartcombo/devise/blob/v4.9.1/CHANGELOG.md#491---2023-03-31

v4.9.0

https://github.com/heartcombo/devise/blob/v4.9.0/CHANGELOG.md#490---2023-02-17

v4.8.1

No release notes provided.

v4.8.0

No release notes provided.

v4.7.1

No release notes provided.

v4.7.0

No release notes provided.

v4.6.2

No release notes provided.

v4.6.1

No release notes provided.

v4.6.0

No release notes provided.

v4.5.0

No release notes provided.

v4.4.3

No release notes provided.

v4.4.2

No release notes provided.

v4.4.1

No release notes provided.

v4.4.0

No release notes provided.

... (truncated)

Commits
  • d5a48b4 Release v4.9.4
  • bab47e1 Adds Ruby 3.3 to CI on 4-stable
  • cee7457 Bump year [ci skip]
  • 95ed7d3 Merge pull request #5641 from henryaj/patch-1
  • edffc79 Respect locale set by controller in the failure app (#5567)
  • 1d66580 Release v4.9.3
  • dcbfb32 Merge pull request #5640 from nmaggioni/nm_config_template_typo
  • c146b25 Better clarify need to override internal_methods
  • 9a08620 Update changelog with Rails 7.1 mention [ci skip]
  • 407f223 Fix test warning about deprecated cache format in Rails 7.1
  • Additional commits viewable in compare view

Updates jquery-rails from 3.0.4 to 4.6.0

Changelog

Sourced from jquery-rails's changelog.

4.6.0

  • update jquery to 3.7.0

4.5.1

  • update jquery to 3.6.1
  • update jquery-ujs to 1.2.3

4.5.0

  • update jquery to 3.6.0

4.4.0

4.3.5

  • update jquery to 3.4.1

4.3.4

  • update jquery to 3.4.0

4.3.3

  • update jquery to 3.3.1

4.3.2

  • update jquery to 3.3.0
  • Add possibility to test HTML: all, attribute prefix, attribute contains, attribute ends with, child, and class selectors
  • Fix matching multiple calls for the same selector/function exception

4.3.1

  • update jquery to 3.2.1

4.3.0

  • update jquery to 3.2.0
  • Add possibility to test HTML attribute selectors

4.2.2

  • update jquery to 3.1.1

... (truncated)

Commits
  • 12869da Release v4.6.0 with jQuery v3.7.0
  • 65a9c73 Update jquery to 3.7.0
  • fb5a7a8 Merge pull request #293 from MichaelHoste/patch-1
  • d9dfbe1 Merge pull request #296 from okuramasafumi/patch-1
  • f34a439 Update CHANGELOG.md
  • b9e5aa7 Fix typo in CHANGELOG.md (usj => ujs)
  • de8792d Release v4.5.1 with jquery 3.6.1 and jquery-ujs 1.2.3
  • 7e6f508 Update jquery-ujs to latest v1.2.3
  • a80d74b Update jQuery to latest v3.6.1
  • 153d9ff Fix changelog typo [ci skip]
  • Additional commits viewable in compare view

Updates sdoc from 0.3.20 to 2.6.1

Changelog

Sourced from sdoc's changelog.

2.6.1

2.6.0

  • #193 Add support for Ruby 3.2 as File.exists? has been removed @​sato11

2.5.0

2.4.0

  • #187 Allow setting CSS based version badge @​p8

2.3.2

2.3.1

  • #183 Remove unsupported browser detection @​p8
  • #182 Use window.location instead of Turbolinks.visit if protocol is 'file:' @​p8

2.3.0

2.2.0

... (truncated)

Commits

Updates figaro from 0.7.0 to 1.2.0

Changelog

Sourced from figaro's changelog.

1.2.0 / 2020-05-10

  • [ENHANCEMENT] Drop support for Rubies 1.9.3, 2.0, 2.1, and 2.2
  • [ENHANCEMENT] Add support for Rubies 2.5, 2.6, and 2.7
  • [ENHANCEMENT] Drop support for Rails 3 and 4
  • [ENHANCEMENT] Add support for Rails 5.2 and 6.0
  • [ENHANCEMENT] Proxy all ENV values via CLI to the "heroku" command

1.1.1 / 2015-04-30

  • [BUGFIX] Fix crash when environment-specific configuration is nil

1.1.0 / 2015-01-27

  • [FEATURE] Support --remote when setting Heroku configuration
  • [ENHANCEMENT] Test against Rails 4.2 (stable)

1.0.0 / 2014-09-17

  • [BUGFIX] Make calls to Heroku with a clean Bundler environment
  • [ENHANCEMENT] Remove Rails as a runtime dependency
  • [FEATURE] Replace the Rails generator with the figaro install task
  • [ENHANCEMENT] Rename the Figaro.require method to Figaro.require_keys
  • [ENHANCEMENT] Begin to test against Rails 4.2 (beta)

1.0.0.rc1 / 2014-04-17

  • [FEATURE] Add bang and boolean methods to Figaro.env
  • [ENHANCEMENT] Detach Figaro.env from the configuration file hash
  • [FEATURE] Add the ability to swap Figaro's application adapter
  • [FEATURE] Warn when configuration keys or values are not strings
  • [FEATURE] Enable Figaro to load multiple times, overwriting previous values
  • [FEATURE] Load Figaro configuration prior to database configuration
  • [ENHANCEMENT] Test against Ruby 2.1
  • [ENHANCEMENT] Test against Rails 4.1
  • [FEATURE] Replace Rake task with figaro executable
  • [BUGFIX] Fix character escaping for figaro heroku:set on Windows
  • [FEATURE] Warn when a preexisting configuration key is skipped during load
  • [FEATURE] Add the ability to fail fast in the absence of required keys
  • [FEATURE] Tie into Rails' earliest possible before_configuration hook
Commits
  • 6ae998e Modify .travis.yml to address build config validation feedback
  • f52666a Bump to version 1.2.0
  • 20bbda0 Don't use GitHub Actions for Figaro v1
  • caca74b Update the .gitignore file
  • a722f76 Add an optional build to keep an eye on latest Rails
  • 6848ce4 Set the entire ENV (plus explicit configuration) in CLI tasks
  • e932bbe Bring the test suite up-to-date
  • 0695557 Update Rubies built in the Travis configuration
  • 1f2a25c Remove Code Climate, which is causing build failures
  • 22a8160 Start exploring CI via GitHub Actions
  • Additional commits viewable in compare view

Updates squeel from 1.1.1 to 1.2.3

Changelog

Sourced from squeel's changelog.

1.2.3 (2015-2-5)

1.2.2 (2014-11-25)

  • Size method can return the result correctly when grouping by the column of a joined table. Fixes #286
  • Properly add 'AND' to generated SQL when joining through a polymorphic model with the source type configuration and default scopes above Rails 4. Fixes #270.
  • Fix NoMethodError when calling unscope method above Rails 4. By @​estum
  • Fix error when including HABTM or HMT associations without eager loading. Fixes #326.
  • Ordering sequence is now correct when chaining multiple order methods. Fixes #276.

1.2.1 (2014-07-18)

  • Run all specs against sqlite, mysql and postgresql!
  • Genereta table names correctly when joining through an association. Fixes#302.
  • Enable Arel nodes in Squeel with "|" operator. Fixes #314.
  • Properly append binds from a relation used in a subquery. Fixes #272.

1.2.0 (2014-07-16)

  • Add compatibility to Ruby 2.0+ with Rails 4.1 and 4.2.0.alpha. Fixes #301, #305, #307
  • Enable using a relation as a subquery. Fixes #309
  • Bind params correctly in subquery using associations. Fixes #312
  • Use the correct attribute name when finding a Join node. Fixes #273.
Commits
  • 5542266 Bump to 1.2.3
  • 32f13d1 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.1
  • 7d4fca1 Update active_record.rb
  • Additional commits viewable in compare view

Updates rails_admin from 0.6.0 to 3.2.1

Changelog

Sourced from rails_admin's changelog.

3.2.1 - 2024-10-10

Full Changelog

Fixed

  • Disable Turbo's prefetch behavior globally, to prevent custom actions unintentionally triggered (f54a102, #3701)

3.2.0 - 2024-09-08

Full Changelog

Fixed

  • Fix polymorphic id doesn't reset properly in an edge case (7b2ffb1, #3630)

3.2.0.rc - 2024-08-25

Full Changelog

Added

  • ActiveRecord 7.1 composite primary keys support (53b89c9)

Changed

  • Introduce SingularAssociation and CollectionAssociation to tidy up the view files (876be11)

Fixed

  • Fix to show a thumbnail of all representable ActiveStorage attachments (#3656, 7754ac3)
  • Fix to detect images properly in FileUpload and MultipleFileUpload field (35c8702, #3633)
  • Fix to reset polymorphic id selection upon type change (#3630, 13114e5)
  • Lock jQuery UI version due to incompatibility with 1.14 (5245d5b, #3692)

3.2.0.beta - 2024-07-13

Full Changelog

Added

  • Allow turbo-rails 2 in gemspec (#3671)
  • ViteRuby integration (#3643, 0e12e5b)
  • Support client-side dynamic scoping (12715f2, #2934)
  • Add support for %-l option to Flatpickr (#3616)

Changed

  • Handle has_one assignment on the field level, making patched has_one getters/setters unnecessary (91737ab)

... (truncated)

Commits
  • b09f770 Version 3.2.1
  • f54a102 Disable Turbo's prefetch, which became default in turbo-rails 2.x
  • 44579f0 Install ImageMagick as it's no longer included in 24.04 image
  • ca232e7 Avoid newer turbo-rails for Ruby 2.6 build
  • 586db0c Avoid turbo-rails versions that are incompatible with Ruby 2.6
  • 10bf495 Add specs for non-nullable boolean field
  • 195ef0b Unlock vite/vite-plugin-ruby dependency to fix the vite build
  • b4fdd67 Version 3.2.0
  • 7b2ffb1 Fix polymorphic id doesn't reset properly in an edge case
  • c0eac2a Importmap build no longer fails, as new npm package was released
  • Additional commits viewable in compare view

Dependabot 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.

…, 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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024

# 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'

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'

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'

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant