forked from hydra-billing/homs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
80 lines (72 loc) · 1.65 KB
/
Copy pathGemfile
File metadata and controls
80 lines (72 loc) · 1.65 KB
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
source 'https://rubygems.org'
ruby '2.7.3'
gem 'apitome'
gem 'asset_symlink', git: 'https://github.com/fcheung/asset_symlink', ref: 'c300363' # ~> 0.3.1
gem 'aws-sdk-s3'
gem 'bootstrap3-datetimepicker-rails', '~> 4.7.14'
gem 'bootstrap-sass'
gem 'bootswatch-rails'
gem 'coderay', '~> 1.1'
gem 'coffee-rails', '~> 4.2'
gem 'dalli'
gem 'devise'
gem 'devise-encryptable'
gem 'dry-auto_inject'
gem 'dry-container'
gem 'dry-validation', '~> 0.11.1'
gem 'haml-rails'
gem 'hbw', path: File.join(File.dirname(__FILE__), 'hbw')
gem 'i18n-js', git: 'https://github.com/fnando/i18n-js', ref: '7ed2d2'
gem 'jbuilder', '~> 2.10'
gem 'kaminari'
gem 'modulejs-rails'
gem 'momentjs-rails', '>= 2.9.0'
gem 'pg', '0.20'
gem 'pry-rails'
gem 'rack', '~> 2.2.3'
gem 'rails', '~> 5.2.4'
gem 'redis'
gem 'sass-rails', '~> 5.0.7'
gem 'settingslogic'
gem 'simple_form'
gem 'uglifier', '>= 1.3.0'
gem 'web-console', '~> 2.0', group: :development
gem 'webpacker'
group :oracle do
gem 'ruby-oci8', '2.2.3'
end
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'html2haml'
gem 'rails_layout'
gem 'ruby_parser'
gem 'spring-commands-rspec'
end
group :development, :test, :staging do
gem 'factory_bot_rails', '~> 4.8.2'
gem 'faker'
gem 'pry-byebug'
gem 'rspec_api_documentation', '~> 4.4'
gem 'rspec_junit_formatter'
gem 'rspec-mocks'
gem 'rspec-rails'
gem 'rubocop'
gem 'spring'
gem 'translit'
end
group :development, :test do
gem 'puma'
end
group :production, :staging do
gem 'unicorn'
end
group :test do
gem 'capybara'
gem 'capybara-screenshot'
gem 'database_cleaner'
gem 'launchy'
gem 'selenium-webdriver'
gem 'simplecov'
gem 'temping'
end