-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
173 lines (129 loc) · 4.76 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
source 'https://rubygems.org'
gem 'passenger', "~> 6.0"
gem 'ajax-datatables-rails', "~> 1.4"
# Use OmniAuth to support any type of auth
gem 'omniauth', "~> 2.0"
gem 'omniauth-rails_csrf_protection', "~> 1.0"
gem 'omniauth-shibboleth-passive', "~> 0.1"
gem 'omniauth-shibboleth-redux', "~> 2.0"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 8.0'
# Use mysql2 as the database for Active Record
gem 'mysql2', "~> 0.5"
# Use sqlite also
gem 'sqlite3', "~> 1.4"
# Use Puma as the app server
gem 'puma', '~> 6.0'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '~> 4.2'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
gem "lograge", "~> 0.11"
# For javascript translations
gem "i18n-js", "~> 3.7"
# Use jquery as the JavaScript library
gem 'jquery-rails', "~> 4.4"
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5.2'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.10'
# Use this as the autocompleter library
gem 'twitter-typeahead-rails', git: 'https://github.com/pgate/twitter-typeahead-rails.git'
# Use net-ldap for LDAP lookup integration
gem 'net-ldap', "~> 0.16"
# Use bootstrap for styling
gem 'twitter-bootstrap-rails', git: 'https://github.com/UMN-LATIS/twitter-bootstrap-rails.git'
# Use special bootstrap select
gem 'bootstrap-select-rails', "~> 1.13"
# Use font awesome for icons
gem "font-awesome-rails", "~> 4.7"
# Use clipboard js plugin
gem 'clipboard-rails', "~> 1.7"
# better confirm dialogs
gem 'data-confirm-modal', "~> 1.6"
# use papertrail for auding or versioning
gem 'paper_trail', '~> 16.0'
# QR code generation
gem 'rqrcode', "~> 2.2"
# authorization lugin
gem 'pundit', "~> 2.1"
# announcements to the seething masses
# Using our own fork of starburst to support the current Rails version
gem 'starburst', github: 'UMN-LATIS/starburst', branch: 'feature/rails-7'
# notify someone when exceptions occur
# and notify slack channel
gem 'exception_notification', git: "https://github.com/smartinez87/exception_notification.git"
gem 'slack-notifier', "~> 2.3"
# For URL migration
gem 'addressable', "~> 2.8"
# For API Authentication
gem 'jwt', "~> 2.2"
gem "sentry-rails", "~> 4.4"
gem "sentry-ruby", "~> 4.4"
# Load ENV variables from .env file
gem 'dotenv-rails', "~> 2.7"
# Use Sprockets for compiling CSS and JS assets
gem "sprockets-rails"
# Vite for JS compiling
gem 'vite_rails'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a
# debugger console
gem 'byebug', "~> 11.1", platform: :mri
# Use Rspec for testing
gem 'rspec-rails', '~> 6.1', '>= 6.1.2'
# rails helpers for cypress
gem 'cypress-on-rails', '~> 1.17'
gem 'database_cleaner-active_record', '~> 2.2'
gem 'factory_bot_rails', "~> 6.2"
gem 'fuubar', "~> 2.5"
gem 'launchy', "~> 2.4"
# for retrying flaky tests until they can be fixed
gem "rspec-retry", "~> 0.6"
# Watch files for changes and re-run tests
gem 'guard', "~> 2.17"
gem 'guard-rspec', "~> 4.7", require: false
# Start Rails and Vite using a single command
gem 'foreman'
# Add some pry/rails console helpers for development
gem 'awesome_print', "~> 1.8"
gem 'pry', '~> 0.13'
gem 'pry-byebug', "~> 3.9"
gem 'pry-rails', "~> 0.3"
gem 'shoulda-matchers', '~> 5.0'
end
group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere
# in the code.
gem 'listen', '~> 3.0'
gem 'web-console', "~> 3.7"
# Spring speeds up development by keeping your application running in the
# background. Read more: https://github.com/rails/spring
# Use better_errors to have more clear error messages and an interactive shell
gem 'better_errors', "~> 2.7"
gem 'binding_of_caller', "~> 1.0"
# rubocop for linting
gem 'rubocop', '~> 1.18', require: false
gem "rubocop-performance", "~> 1.11", require: false
gem "rubocop-rails", "~> 2.11", require: false
gem "rubocop-rake", "~> 0.6.0", require: false
gem "rubocop-rspec", "~> 2.4", require: false
# Use annotate to list the attributes of models
# gem 'annotate', "~> 3.2"
# TODO: fix to work with Rails 8 or move to annotaterb?
gem 'bcrypt_pbkdf', "~> 1.1"
gem 'capistrano', "~> 3.19"
gem 'capistrano-bundler', "~> 1.6"
gem 'capistrano-passenger', '~> 0.2'
gem 'capistrano-rails', "~> 1.5"
gem 'capistrano-rbenv', "~> 2.1"
gem 'ed25519', "~> 1.2"
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem 'browser', "~> 4.2"
gem "rack-utf8_sanitizer", "~> 1.7"
# gem "tailwindcss-rails", "~> 2.0"
gem "terser", "~> 1.2"