-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
32 lines (28 loc) · 815 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
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.4.1'
gem "aws-sdk-s3", require: false
gem 'bootstrap-datepicker-rails'
gem 'bootstrap-sass'
gem 'breadcrumbs_on_rails' # Breadcrumbs
gem 'font-awesome-sass'
gem 'image_processing'
gem 'jquery-rails'
gem "nested_form"
gem 'owlcarousel-rails'
gem 'pg'
gem 'puma'
gem 'rails', '~> 7.2'
gem 'sass-rails'
gem 'simple_form'
gem 'simple-navigation' # Nav https://github.com/codeplant/simple-navigation/
gem "sprockets-rails"
gem 'toastr-rails'
gem 'uglifier'
group :development do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'web-console'
gem 'listen'
gem 'spring'
gem 'spring-watcher-listen'
end