Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.
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 backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "activerecord-import", "~> 1.0", ">= 1.0.4"
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.2", require: false

gem "activerecord", "~> 6.0", ">= 6.0.2.1"
gem "activerecord", "~> 6.0"
gem "rake", "~> 13.0", ">= 13.0.1"

group :development, :test do
Expand Down
26 changes: 13 additions & 13 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activerecord (6.0.2.1)
activemodel (= 6.0.2.1)
activesupport (= 6.0.2.1)
activemodel (6.0.3.5)
activesupport (= 6.0.3.5)
activerecord (6.0.3.5)
activemodel (= 6.0.3.5)
activesupport (= 6.0.3.5)
activerecord-import (1.0.4)
activerecord (>= 3.2)
activesupport (6.0.2.1)
activesupport (6.0.3.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.0)
bootsnap (1.4.6)
msgpack (~> 1.0)
byebug (11.1.1)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.8)
diff-lcs (1.3)
google-protobuf (3.11.4)
googleapis-common-protos-types (1.0.4)
Expand All @@ -27,10 +27,10 @@ GEM
google-protobuf (~> 3.11)
googleapis-common-protos-types (~> 1.0)
grpc-tools (1.27.0)
i18n (1.8.2)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
minitest (5.14.0)
minitest (5.14.4)
msgpack (1.3.3)
nio4r (2.5.2)
parallel (1.19.1)
Expand Down Expand Up @@ -67,16 +67,16 @@ GEM
rubocop (>= 0.71.0)
ruby-progressbar (1.10.1)
thread_safe (0.3.6)
tzinfo (1.2.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)
zeitwerk (2.3.0)
zeitwerk (2.4.2)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 6.0, >= 6.0.2.1)
activerecord (~> 6.0)
activerecord-import (~> 1.0, >= 1.0.4)
bootsnap (>= 1.4.2)
byebug
Expand Down