Gemfile.lock in stairwell-0.2.0 vs Gemfile.lock in stairwell-0.3.0
- old
+ new
@@ -1,40 +1,53 @@
PATH
remote: .
specs:
- stairwell (0.1.2)
+ stairwell (0.3.0)
activerecord (>= 4.2.11)
sqlite3
GEM
remote: https://rubygems.org/
specs:
- activemodel (6.0.3.4)
- activesupport (= 6.0.3.4)
- activerecord (6.0.3.4)
- activemodel (= 6.0.3.4)
- activesupport (= 6.0.3.4)
- activesupport (6.0.3.4)
+ activemodel (7.1.1)
+ activesupport (= 7.1.1)
+ activerecord (7.1.1)
+ activemodel (= 7.1.1)
+ activesupport (= 7.1.1)
+ timeout (>= 0.4.0)
+ activesupport (7.1.1)
+ base64
+ bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (>= 0.7, < 2)
- minitest (~> 5.1)
- tzinfo (~> 1.1)
- zeitwerk (~> 2.2, >= 2.2.2)
+ connection_pool (>= 2.2.5)
+ drb
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ mutex_m
+ tzinfo (~> 2.0)
+ base64 (0.1.1)
+ bigdecimal (3.1.4)
coderay (1.1.3)
- concurrent-ruby (1.1.7)
- i18n (1.8.5)
+ concurrent-ruby (1.2.2)
+ connection_pool (2.4.1)
+ drb (2.1.1)
+ ruby2_keywords
+ i18n (1.14.1)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
- minitest (5.14.2)
+ mini_portile2 (2.8.5)
+ minitest (5.20.0)
+ mutex_m (0.1.2)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
rake (12.3.3)
- sqlite3 (1.4.2)
- thread_safe (0.3.6)
- tzinfo (1.2.7)
- thread_safe (~> 0.1)
- zeitwerk (2.4.0)
+ ruby2_keywords (0.0.5)
+ sqlite3 (1.6.7)
+ mini_portile2 (~> 2.8.0)
+ timeout (0.4.0)
+ tzinfo (2.0.6)
+ concurrent-ruby (~> 1.0)
PLATFORMS
ruby
DEPENDENCIES