next_rails 1.4.7 → 1.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 572221ca6f18d4f8f71c51828b55d2d1b492c4c4726f41492f368cabdb0b700a
4
- data.tar.gz: ac0726a74c0123f222cd0f97670e53bd211a589194118e236235379897234a5a
3
+ metadata.gz: a42615449e644ccc18019f0c5da2c27c431e50e72135079ede29c62f20093ac7
4
+ data.tar.gz: c53318978467ad551d8119b8b4c22c7fd2c5a44f4cb05bd20b76f05776d1a3bc
5
5
  SHA512:
6
- metadata.gz: 1250d6b62572799abf1ba41dfd44fce17457576288342365cd60de543780cc9e1ec1eb8cb177daa2c0de297b69ec69d015d99ff324430ec92ff59e484a3bc720
7
- data.tar.gz: 1fd84275eebf85ea59907f4e197288196a8e4bedf1acfc1a325e404bd19a1fe02faf78dec803d72dd6c858b1774356276efdc83a5f4e79df70d3ca0cc702415b
6
+ metadata.gz: 230c867f71ec914f278a9b6686c9ddb51993ba40c22d65808de70fc0774f4812e33608787ed12420ea93cb84303e9060bdeb5742445991e36245ae70098d7f15
7
+ data.tar.gz: caca9821af66ec20f947bcdd4b01b4b229092c8020ddf651141179c3ce1c8f74ccfb9ad78edb7eb837b2cae0f66dfab4e18e537e0094d51267b25907b035d96f
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  * Your changes/patches go here.
6
6
 
7
+ # v1.4.8 / 2026-03-23 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.7...v1.4.8)
8
+
9
+ - [BUGFIX: Do not require "byebug" in any of the library code](https://github.com/fastruby/next_rails/pull/171)
10
+
7
11
  # v1.4.7 / 2026-03-19 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.6...v1.4.7)
8
12
 
9
13
  - [CHORE: Create an entry point for the BundleReport command](https://github.com/fastruby/next_rails/pull/154)
@@ -3,7 +3,6 @@
3
3
  require "optparse"
4
4
  require "next_rails"
5
5
  require "next_rails/bundle_report"
6
- require "byebug"
7
6
 
8
7
  class NextRails::BundleReport::CLI
9
8
  def initialize(argv)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NextRails
4
- VERSION = "1.4.7"
4
+ VERSION = "1.4.8"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: next_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.7
4
+ version: 1.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernesto Tagwerker
8
8
  - Luis Sagastume
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-03-19 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rainbow
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
222
  - !ruby/object:Gem::Version
223
223
  version: '0'
224
224
  requirements: []
225
- rubygems_version: 3.6.2
225
+ rubygems_version: 3.6.9
226
226
  specification_version: 4
227
227
  summary: A toolkit to upgrade your next Rails application
228
228
  test_files: []