forked from stcorbett/www_events
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
37 lines (28 loc) · 742 Bytes
/
Gemfile
File metadata and controls
37 lines (28 loc) · 742 Bytes
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
source 'https://rubygems.org'
ruby "3.2.2"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails'
gem 'pg'
gem "rails_12factor"
gem "sprockets"
gem 'jquery-timepicker-rails'
gem 'bootstrap-datepicker-rails'
gem 'omniauth'
gem 'omniauth-facebook'
gem "omniauth-google-oauth2"
gem 'sass-rails'
gem 'uglifier'
gem 'coffee-rails'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'turbolinks'
gem 'jbuilder'
gem 'sdoc', group: :doc
gem 'puma'
gem 'pg_jbuilder', git: 'https://github.com/stcorbett/pg_jbuilder'
gem 'psych'
gem 'libv8-node', '16.10.0.0'
gem 'spring', group: :development
group :development, :test do
gem 'pry'
end