-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathGemfile
207 lines (144 loc) · 5.89 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
# frozen_string_literal: true
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '~> 3.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7'
# Use pg as the database for Active Record
gem 'pg'
# A performance dashboard for Postgres
gem 'pghero'
# Use Puma as the app server
gem 'puma'
# Deliver assets for Rails
gem 'propshaft'
# Use Turbo in your Ruby on Rails app
gem 'turbo-rails'
# Use Stimulus in your Ruby on Rails app
gem 'stimulus-rails'
# Bundle and process CSS [https://github.com/rails/cssbundling-rails]
gem 'cssbundling-rails'
# Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.
gem 'jsbundling-rails'
# Rails Request.JS encapsulates the logic to send by default some headers that are required by rails applications like the X-CSRF-Token
gem 'requestjs-rails'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder'
# Use Active Model has_secure_password
gem 'bcrypt'
# A simple API wrapper for Mixin Network in Ruby
gem 'mixin_bot', github: 'an-lee/mixin_bot'
# A simple API wrapper for Pando in Ruby
gem 'pando_bot'
# A simple API wrapper for Trident in Ruby
gem 'trident_assistant', git: 'https://github.com/TheTridentOne/trident_assistant.git'
# Wraps the Aliyun OSS as an Active Storage service.
gem 'activestorage-aliyun'
# S3 active storage service
gem 'aws-sdk-s3', require: false
# Use Active Storage variant
gem 'image_processing', '~> 1.2'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.4', require: false
# AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid)
gem 'aasm'
# Allows to use ActiveRecord transactional callbacks outside of ActiveRecord models, literally everywhere in your application.
gem 'after_commit_everywhere'
# Store different kinds of actions (Like, Follow, Star, Block, etc.) in a single table via ActiveRecord Polymorphic Associations.
gem 'action-store'
# The simplest way to group temporal data
gem 'groupdate'
# Object-based searching. http://ransack-demo.herokuapp.com
gem 'ransack'
# Ruby gem for reporting errors to honeybadger.io
# gem 'honeybadger', '~> 4.8'
# A simple, standardized way to build and use Service Objects (aka Commands) in Ruby
gem 'simple_command'
# Notifications for Ruby on Rails applications
gem 'noticed', '< 2.0'
# Centralization of locale data collection for Ruby on Rails.
gem 'rails-i18n'
# Add arbitrary ordering to ActiveRecord queries.
gem 'order_as_specified'
# Rack middleware for blocking & throttling abusive requests
gem 'rack-attack'
# The ultimate pagination ruby gem
gem 'pagy'
# Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.
gem 'rack-cors'
# fnv1 and fnv1a hash functions in ruby
gem 'fnv'
# Config helps you easily manage environment specific settings in an easy and usable manner.
gem 'config'
# Makes http fun again!
gem 'httparty'
# Tracking ⚠️ exceptions for Rails application and store them in database.
gem 'exception-track'
# The safe Markdown parser, reloaded.
gem 'redcarpet'
# kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.
gem 'kramdown'
gem 'kramdown-parser-gfm'
# Easily include static pages in your Rails app.
gem 'high_voltage'
# a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
gem 'eth'
# FastImage finds the size or type of an image given its uri by fetching as little as needed
gem 'fastimage'
# compact language detection in ruby
gem 'cld', github: 'jtoy/cld'
# Enumerated attributes with I18n and ActiveRecord/Mongoid support
gem 'enumerize'
# A framework for building reusable, testable & encapsulated view components in Ruby on Rails.
gem 'view_component'
# Saves your data permanent and let your customers own their data.
gem 'arweave', github: 'baizhiheizi/arweave-ruby'
# Mailjet official Ruby GEM#
gem 'mailjet'
gem 'inline_svg'
# Do some browser detection with Ruby. Includes ActionController integration.
gem 'browser'
# Write Through and Read Through caching library inspired by CacheMoney and cache_fu.
gem 'second_level_cache'
# A Ruby gem to transform HTML into PDFs, PNGs or JPEGs using Google Puppeteer/Chromium
gem 'grover'
# A Ruby library that encodes QR Codes
gem 'rqrcode'
# A Ruby library for declaring, composing and executing GraphQL queries
gem 'graphql', '<2.1'
gem 'graphql-client'
# Rails Plugin that tracks impressions and page views
gem 'impressionist', github: 'charlotte-ruby/impressionist'
# Twitter OAuth 2.0 Client Library in Ruby
gem 'twitter_oauth2'
gem 'good_job'
gem 'solid_cache', '< 0.4'
group :development, :test do
# Start debugger with binding.b [https://github.com/ruby/debug]
gem 'debug', '>= 1.0.0', platforms: %i[mri mingw x64_mingw]
end
group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'listen', '~> 3.4'
gem 'web-console', '>= 3.3.0'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.1.0'
# Annotate Rails classes with schema and routes info
gem 'annotaterb', require: false
# A Ruby static code analyzer and formatter
gem 'kamal'
gem 'rubocop', require: false
gem 'rubocop-rails', require: false
end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'mini_racer', platforms: :ruby
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem 'dockerfile-rails', '>= 1.2', group: :development