Gemfile.lock in fluent_logger_rails-0.2.0 vs Gemfile.lock in fluent_logger_rails-0.3.0
- old
+ new
@@ -1,26 +1,27 @@
PATH
remote: .
specs:
- fluent_logger_rails (0.2.0)
- activesupport (~> 5.0)
+ fluent_logger_rails (0.3.0)
+ activesupport (>= 5.0, < 6.1)
GEM
remote: https://rubygems.org/
specs:
- activesupport (5.2.4.3)
+ activesupport (6.0.3.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
+ zeitwerk (~> 2.2, >= 2.2.2)
coderay (1.1.3)
concurrent-ruby (1.1.7)
diff-lcs (1.4.4)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
- minitest (5.14.1)
+ minitest (5.14.2)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
@@ -37,9 +38,10 @@
rspec-support (3.9.3)
thread_safe (0.3.6)
timecop (0.9.1)
tzinfo (1.2.7)
thread_safe (~> 0.1)
+ zeitwerk (2.4.0)
PLATFORMS
ruby
DEPENDENCIES