-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
21 lines (19 loc) · 720 Bytes
/
Gemfile
File metadata and controls
21 lines (19 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.2'
gem 'awesome_print', '~> 1.9'
gem 'bootsnap', '~> 1.16', require: false
gem 'cancancan', '~> 3.5'
gem 'cloudinary', '~> 1.26'
gem 'debug', '~> 1.8', platforms: %i[mri mingw x64_mingw], groups: %i[development test]
gem 'devise', '~> 4.9'
gem 'devise_token_auth', '~> 1.2'
gem 'dotenv-rails', '~> 2.8', '>= 2.8.1', groups: %i[development test]
gem 'kaminari', '~> 1.2'
gem 'omniauth', '~> 2.1'
gem 'omniauth-google-oauth2', '~> 1.1'
gem 'pg', '~> 1.1'
gem 'puma', '~> 5.0'
gem 'rack-cors', '~> 2.0'
gem 'rails', '~> 7.0.6'
gem 'tzinfo-data', '~> 1.2023', '>= 1.2023.3', platforms: %i[mingw mswin x64_mingw jruby]