-
Notifications
You must be signed in to change notification settings - Fork 9
/
Gemfile.me
93 lines (68 loc) · 2.51 KB
/
Gemfile.me
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
81
82
83
84
85
86
87
88
89
90
91
92
93
source 'https://rubygems.org'
# Specify specific version of ruby with which the app is compatible.
ruby '2.4.4'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.8'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.3.13'
# gem 'mysql2', :group => :production
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0.7'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'mini_racer', '~> 0.4.0'
# Use jquery as the JavaScript library
gem 'jquery-rails'
gem 'jquery-ui-rails'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', :group => :doc
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', :group => :development
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use unicorn as the app server
# gem 'unicorn'
# Use Capistrano for deployment
gem 'capistrano-rails', :group => :development
gem 'capistrano-passenger', :group => :development
# Use debugger
# gem 'debugger', group: [:development, :test]
# gem 'cmless', git: 'https://github.com/WGBH-MLA/cmless.git', branch: 'refresh'
gem 'cmless', git: 'https://github.com/WGBH-MLA/cmless.git'
gem 'htmlentities', '~> 4.3.2'
gem 'curb' # curl
gem 'blacklight', '5.19.2'
gem 'blacklight-gallery', '0.4.1'
gem 'solrizer'
gem 'rsolr'
gem 'jettywrapper'
gem 'blacklight_range_limit', '5.2.0'
gem 'actionpack-page_caching'
gem 'srt'
gem 'sony_ci_api', git: 'https://github.com/WGBH-MLA/sony_ci_api_rewrite.git', branch: 'main'
gem 'rubyzip', '~> 1.3.0'
gem 'cancan'
gem 'maxminddb'
gem 'fastimage'
gem 'rack-cors', '~> 1.0.5', :require => 'rack/cors'
gem 'aws-sdk', '~> 2', :group => :development # Unless we want the AWS credentials on Travis for tests...
gem 'rspec', :group => :test
gem 'rspec-rails', :group => :test
gem 'capybara', :group => :test
gem 'webmock', :group => :test
gem 'launchy', :group => :test
gem 'rubocop', '0.39.0', :group => :development
gem 'pry', :group => :development
gem 'pry-nav', :group => :development
# gem 'xray-rails', :group => :development
gem 'passenger', :group => :production
gem 'nokogiri', '~> 1.10.4'
# its back
gem 'bigdecimal', '1.4.4'
gem 'httparty'
gem 'pbcore', '~> 0.2.0'