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
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'sqlite3'
gem 'activerecord', '~> 6.0', require: 'active_record'
gem 'activerecord', '~> 6.1', require: 'active_record'
gem 'activesupport', '~> 6.0', require: 'active_support'

gem 'sinatra'
Expand Down
35 changes: 17 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.0)
activesupport (= 6.0.0)
activerecord (6.0.0)
activemodel (= 6.0.0)
activesupport (= 6.0.0)
activesupport (6.0.0)
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)
zeitwerk (~> 2.1, >= 2.1.8)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
byebug (11.0.1)
coderay (1.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.10)
diff-lcs (1.3)
i18n (1.6.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
method_source (0.9.2)
minitest (5.12.2)
minitest (5.17.0)
mustermann (1.0.3)
pry (0.12.2)
coderay (~> 1.1.0)
Expand Down Expand Up @@ -49,17 +49,16 @@ GEM
rack-protection (= 2.0.7)
tilt (~> 2.0)
sqlite3 (1.4.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.5)
thread_safe (~> 0.1)
zeitwerk (2.1.10)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.6)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 6.0)
activerecord (~> 6.1)
activesupport (~> 6.0)
pry-byebug
rspec
Expand Down