-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
30 lines (23 loc) · 822 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
source "https://rubygems.org"
gem "rake", "~> 12.0"
gem "rspec", "~> 3.0"
gem "rspec-rails", "~> 6.0.0.rc1"
gem 'standard', group: 'development'
gem 'simplecov', group: 'development'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 6.1.6'
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 5.0'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'alchemy_cms'
gem 'alchemy-devise'
# Specify your gem's dependencies in thumbor_helpers.gemspec
gemspec