Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump activerecord from 5.2.4.5 to 6.1.7.1 #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
PATH
remote: .
specs:
validate_url (1.0.13)
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix

GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.4.5)
activesupport (= 5.2.4.5)
activerecord (5.2.4.5)
activemodel (= 5.2.4.5)
activesupport (= 5.2.4.5)
arel (>= 9.0)
activesupport (5.2.4.5)
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)
addressable (2.4.0)
arel (9.0.0)
builder (3.2.3)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.10)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
Expand All @@ -38,7 +37,7 @@ GEM
oauth2 (~> 1.0)
hashie (3.6.0)
highline (2.0.0)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jeweler (2.3.9)
builder
Expand All @@ -54,7 +53,7 @@ GEM
jwt (2.1.0)
mime-types (2.99.3)
mini_portile2 (2.8.0)
minitest (5.14.4)
minitest (5.17.0)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
Expand All @@ -69,7 +68,7 @@ GEM
rack (>= 1.2, < 3)
psych (4.0.3)
stringio
public_suffix (4.0.6)
public_suffix (5.0.1)
racc (1.6.0)
rack (2.2.3)
rake (13.0.1)
Expand All @@ -92,8 +91,9 @@ GEM
sqlite3 (1.3.13)
stringio (3.0.2)
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.6)

PLATFORMS
ruby
Expand Down