Gemfile.lock in arql-0.1.15 vs Gemfile.lock in arql-0.1.16
- old
+ new
@@ -1,29 +1,37 @@
PATH
remote: .
specs:
- arql (0.1.15)
+ arql (0.1.16)
activerecord (~> 6.0.3)
+ activerecord-oracle_enhanced-adapter
+ activerecord-sqlserver-adapter
activesupport (~> 6.0.3)
mysql2 (~> 0.5.3)
net-ssh-gateway (~> 2.0.0)
+ pg (>= 0.18, < 2.0)
pry (~> 0.13.1)
pry-byebug (~> 3.9.0)
pry-doc (~> 1.1.0)
rainbow (~> 3.0.0)
+ sqlite3 (~> 1.4)
table_print (~> 1.5.6)
terminal-table (~> 1.8.0)
GEM
remote: https://rubygems.org/
specs:
- activemodel (6.0.3)
- activesupport (= 6.0.3)
- activerecord (6.0.3)
- activemodel (= 6.0.3)
- activesupport (= 6.0.3)
- activesupport (6.0.3)
+ activemodel (6.0.3.1)
+ activesupport (= 6.0.3.1)
+ activerecord (6.0.3.1)
+ activemodel (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
+ activerecord-oracle_enhanced-adapter (6.0.2)
+ activerecord (~> 6.0.0)
+ ruby-plsql (>= 0.6.0)
+ activerecord-sqlserver-adapter (2.3.8)
+ activesupport (6.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
@@ -31,15 +39,16 @@
coderay (1.1.2)
concurrent-ruby (1.1.6)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
- minitest (5.14.0)
+ minitest (5.14.1)
mysql2 (0.5.3)
net-ssh (6.0.2)
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
+ pg (1.2.3)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
@@ -47,9 +56,11 @@
pry-doc (1.1.0)
pry (~> 0.11)
yard (~> 0.9.11)
rainbow (3.0.0)
rake (12.3.3)
+ ruby-plsql (0.7.1)
+ sqlite3 (1.4.2)
table_print (1.5.6)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tzinfo (1.2.7)