Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ gem 'rails', '5.0.2'
gem 'recaptcha', require: 'recaptcha/rails'
gem 'rollbar'
gem 'sass-rails'
gem 'skylight'
gem 'therubyracer', platforms: :ruby
gem 'uglifier'

group :production do
gem 'dalli'
gem 'memcachier'
gem 'newrelic_rpm'
gem 'pg'
end

Expand Down
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.3)
capybara (2.12.1)
capybara (2.13.0)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand All @@ -75,7 +75,7 @@ GEM
debug_inspector (0.0.2)
declarative (0.0.9)
declarative-option (0.1.0)
devise (4.2.0)
devise (4.2.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
Expand All @@ -90,7 +90,7 @@ GEM
multipart-post (>= 1.2, < 3)
globalid (0.3.7)
activesupport (>= 4.1.0)
google-api-client (0.10.0)
google-api-client (0.10.1)
addressable (~> 2.3)
googleauth (~> 0.5)
httpclient (~> 2.7)
Expand Down Expand Up @@ -141,9 +141,9 @@ GEM
activerecord
kaminari-core (= 1.0.1)
kaminari-core (1.0.1)
libv8 (3.16.14.17)
libv8 (3.16.14.19)
little-plugger (1.1.4)
logging (2.1.0)
logging (2.2.0)
little-plugger (~> 1.1)
multi_json (~> 1.10)
lograge (0.4.1)
Expand Down Expand Up @@ -172,7 +172,7 @@ GEM
minitest-rails (3.0.0)
minitest (~> 5.8)
railties (~> 5.0)
minitest-rails-capybara (3.0.0)
minitest-rails-capybara (3.0.1)
capybara (~> 2.7)
minitest-capybara (~> 0.8)
minitest-metadata (~> 0.6)
Expand All @@ -187,9 +187,8 @@ GEM
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
newrelic_rpm (3.18.1.330)
nio4r (2.0.0)
nokogiri (1.7.0.1)
nokogiri (1.7.1)
mini_portile2 (~> 2.1.0)
oauth2 (1.3.1)
faraday (>= 0.8, < 0.12)
Expand All @@ -209,7 +208,7 @@ GEM
os (0.9.6)
parser (2.4.0.0)
ast (~> 2.2)
pg (0.19.0)
pg (0.20.0)
powerpack (0.1.1)
pry (0.10.4)
coderay (~> 1.1.0)
Expand All @@ -218,7 +217,7 @@ GEM
pry-rails (0.3.5)
pry (>= 0.9.10)
public_suffix (2.0.5)
puma (3.7.1)
puma (3.8.2)
rack (2.0.1)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -257,7 +256,7 @@ GEM
responders (2.3.0)
railties (>= 4.2.0, < 5.1)
retriable (3.0.1)
rollbar (2.14.0)
rollbar (2.14.1)
multi_json
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
Expand All @@ -284,6 +283,8 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
skylight (1.1.0)
activesupport (>= 3.0.0)
slop (3.6.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
Expand All @@ -300,12 +301,12 @@ GEM
ref
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.6)
tilt (2.0.7)
tins (1.13.2)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uber (0.1.0)
uglifier (3.1.5)
uglifier (3.1.9)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
Expand Down Expand Up @@ -351,7 +352,6 @@ DEPENDENCIES
minitest-rails-capybara
minitest-reporters
mocha
newrelic_rpm
nokogiri
omniauth-mit-oauth2
omniauth-oauth2
Expand All @@ -363,6 +363,7 @@ DEPENDENCIES
rollbar
rubocop
sass-rails
skylight
sqlite3
therubyracer
uglifier
Expand Down
49 changes: 0 additions & 49 deletions config/newrelic.yml

This file was deleted.