Gemfile.lock in podcast_index-0.4.0 vs Gemfile.lock in podcast_index-0.5.0
- old
+ new
@@ -1,41 +1,55 @@
PATH
remote: .
specs:
- podcast_index (0.4.0)
- activesupport (>= 6.0, < 8)
- addressable (~> 2)
+ podcast_index (0.5.0)
+ activesupport
+ addressable
GEM
remote: https://rubygems.org/
specs:
- activesupport (7.0.8)
- concurrent-ruby (~> 1.0, >= 1.0.2)
+ activesupport (8.0.0)
+ base64
+ benchmark (>= 0.3)
+ bigdecimal
+ concurrent-ruby (~> 1.0, >= 1.3.1)
+ connection_pool (>= 2.2.5)
+ drb
i18n (>= 1.6, < 2)
+ logger (>= 1.4.2)
minitest (>= 5.1)
- tzinfo (~> 2.0)
+ securerandom (>= 0.3)
+ tzinfo (~> 2.0, >= 2.0.5)
+ uri (>= 0.13.1)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
+ base64 (0.2.0)
+ benchmark (0.4.0)
+ bigdecimal (3.1.8)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
- concurrent-ruby (1.2.2)
+ concurrent-ruby (1.3.4)
+ connection_pool (2.4.1)
crack (0.4.5)
rexml
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.5.0)
docile (1.4.0)
+ drb (2.2.1)
hashdiff (1.0.1)
- i18n (1.14.1)
+ i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
json (2.6.3)
- minitest (5.20.0)
+ logger (1.6.1)
+ minitest (5.25.1)
parallel (1.22.1)
parser (3.1.3.0)
ast (~> 2.4.1)
public_suffix (5.0.1)
rainbow (3.1.1)
@@ -78,39 +92,42 @@
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.16.0)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
+ securerandom (0.3.1)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
+ uri (1.0.1)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
PLATFORMS
x86_64-darwin-20
+ x86_64-darwin-23
x86_64-linux
DEPENDENCIES
- codecov (~> 0.4)
- debug (~> 1)
+ codecov
+ debug
podcast_index!
- rake (~> 13.0)
- rspec (~> 3.0)
- rspec-core (~> 3)
- rspec-its (~> 1)
- rubocop (~> 1.21)
- rubocop-performance (~> 1)
- rubocop-rake (~> 0.6)
- rubocop-rspec (~> 2)
- webmock (~> 3)
+ rake
+ rspec
+ rspec-core
+ rspec-its
+ rubocop
+ rubocop-performance
+ rubocop-rake
+ rubocop-rspec
+ webmock
BUNDLED WITH
- 2.3.6
+ 2.5.20