Skip to content
This repository was archived by the owner on Jul 3, 2025. 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 Gemfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby '2.5.7'
gem "sinatra", :require => 'sinatra/base'
gem "sinatra-activerecord"
gem "sinatra-contrib", :require => 'sinatra/contrib/all'
gem "activerecord", "~> 4.2.11.1"
gem "activerecord", "~> 6.1.7.1"
gem "mysql2"
gem "rdiscount" #markdown support
gem "yard-sinatra", :require => false # document generation
Expand Down
37 changes: 17 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
activerecord (4.2.11.1)
activemodel (= 4.2.11.1)
activesupport (= 4.2.11.1)
arel (~> 6.0)
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.4)
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 (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
backports (3.15.0)
builder (3.2.3)
concurrent-ruby (1.1.5)
i18n (0.9.5)
concurrent-ruby (1.1.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
minitest (5.13.0)
multi_json (1.14.1)
Expand Down Expand Up @@ -45,19 +42,19 @@ GEM
sinatra (= 2.0.7)
tilt (~> 2.0)
sqlite3 (1.3.10)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
yard (0.9.20)
yard-sinatra (1.0.0)
yard (~> 0.7)
zeitwerk (2.6.6)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 4.2.11.1)
activerecord (~> 6.1.7.1)
minitest
mysql2
rack-test
Expand Down