Skip to content

Commit 29ffc3d

Browse files
committed
sync
1 parent 5722695 commit 29ffc3d

33 files changed

Lines changed: 798 additions & 232 deletions

dc-base/Gemfile

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
# ruby "3.1.4"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~>7.2"
7+
gem 'rails', "~>7.2"
88

99
# Use sqlite3 as the database for Active Record
1010
# gem "sqlite3", "~> 1.4"
11-
gem "pg"
12-
gem "rdf"
13-
gem "rdf-normalize"
14-
gem "json"
15-
gem "json-ld"
16-
gem "puma"
17-
gem "rack-cors"
18-
gem "oydid", "~>0.5.9"
11+
gem 'pg'
12+
gem 'rdf'
13+
gem 'rdf-normalize'
14+
gem 'puma'
15+
gem 'json'
16+
gem 'json-ld'
17+
gem 'base58'
18+
gem 'rack-cors'
19+
gem 'oydid', "~>0.6.0"
20+
gem 'jwt-eddsa', "~> 0.9"
1921
gem 'doorkeeper'
2022
gem 'responders'
2123
gem 'pagy', '~> 9.4'
@@ -27,7 +29,7 @@ eval_gemfile 'Gemfile.extend'
2729

2830
group :development, :test do
2931
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
30-
gem "debug", platforms: %i[ mri mingw x64_mingw ]
32+
gem "debug", platforms: %i[ mri windows ]
3133
end
3234

3335
group :development do

0 commit comments

Comments
 (0)