Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'binding_of_caller'

# db
gem 'pg'
gem 'activerecord', '~> 5.2.3'
gem 'activerecord', '~> 6.1.7'
gem 'sinatra-activerecord'

# http
Expand Down
35 changes: 17 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (5.2.3)
activesupport (= 5.2.3)
activerecord (5.2.3)
activemodel (= 5.2.3)
activesupport (= 5.2.3)
arel (>= 9.0)
activesupport (5.2.3)
activemodel (6.1.7.1)
activesupport (= 6.1.7.1)
activerecord (6.1.7.1)
activemodel (= 6.1.7.1)
activesupport (= 6.1.7.1)
activesupport (6.1.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
airbrussh (1.3.3)
sshkit (>= 1.6.1, != 1.7.0)
arel (9.0.0)
backports (3.15.0)
bcrypt (3.1.13)
better_errors (2.5.1)
Expand All @@ -39,7 +38,7 @@ GEM
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
coderay (1.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.10)
connection_pool (2.2.2)
crass (1.0.4)
debug_inspector (0.0.3)
Expand All @@ -63,7 +62,7 @@ GEM
httparty (0.17.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.6.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
loofah (2.2.3)
crass (~> 1.0.2)
Expand All @@ -82,7 +81,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0904)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.17.0)
multi_json (1.13.1)
multi_xml (0.6.0)
mustermann (1.0.3)
Expand Down Expand Up @@ -166,21 +165,21 @@ GEM
sshkit (1.20.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thread_safe (0.3.6)
tilt (2.0.9)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
webrobots (0.1.2)
will_paginate (3.1.8)
zeitwerk (2.6.6)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 5.2.3)
activerecord (~> 6.1.7)
bcrypt
better_errors
binding_of_caller
Expand Down