-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
43 lines (38 loc) · 847 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.3.5"
gem 'railties'
gem 'actionview'
gem 'actionpack'
gem 'activesupport'
gem "sprockets-rails"
gem "puma"
gem "jbuilder"
gem 'typhoeus'
gem "rack-attack"
gem "rack-attack-rate-limit", require: "rack/attack/rate-limit"
gem 'rack-cors'
gem 'rswag-api'
gem 'rswag-ui'
gem "nokogiri"
gem "github-markup", require: "github/markup"
gem "redcarpet", :platforms => :ruby
gem "RedCloth"
gem "commonmarker", '0.23.10'
gem "rdoc"
gem "org-ruby"
gem "creole"
gem "wikicloth", github: 'nricciar/wikicloth'
gem "twitter-text"
gem "asciidoctor"
gem "github-linguist"
gem 'rexml'
gem 'appsignal'
gem 'vandamme', github: 'ecosyste-ms/vandamme'
gem 'ostruct'
group :test do
gem "shoulda"
gem "webmock"
gem "mocha"
gem "rails-controller-testing"
end