Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update specific gems #2420

Merged
merged 1 commit into from
Jun 11, 2018
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
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
brakeman (4.3.0)
brakeman (4.3.1)
buftok (0.2.0)
builder (3.2.3)
bullet (5.7.5)
Expand Down Expand Up @@ -346,7 +346,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
local_time (2.0.0)
local_time (2.0.1)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -401,9 +401,11 @@ GEM
oauth2 (~> 1.0)
omniauth (~> 1.2)
orm_adapter (0.5.0)
paper_trail (9.0.1)
paper_trail (9.2.0)
activerecord (>= 4.2, < 5.3)
paper_trail-association_tracking (< 2)
request_store (~> 1.1)
paper_trail-association_tracking (1.0.0)
paranoia (2.4.1)
activerecord (>= 4.0, < 5.3)
pg (1.0.0)
Expand Down Expand Up @@ -441,11 +443,11 @@ GEM
multi_json
puma (3.11.4)
rack (2.0.5)
rack-cache (1.7.2)
rack-cache (1.8.0)
rack (>= 0.4)
rack-test (1.0.0)
rack (>= 1.0, < 3)
rack-timeout (0.4.2)
rack-timeout (0.5.1)
railroady (1.5.3)
rails (5.1.6)
actioncable (= 5.1.6)
Expand Down Expand Up @@ -759,4 +761,4 @@ RUBY VERSION
ruby 2.5.0p0

BUNDLED WITH
1.16.1
1.16.2
5 changes: 0 additions & 5 deletions config/initializers/timeout.rb

This file was deleted.

1 change: 1 addition & 0 deletions docs/project_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ RECAPTCHA_SECRET_KEY=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
AIRBRAKE_API_KEY=blahblahblah
AIRBRAKE_PROJECT_ID=123
SECRET_KEY_BASE=blabla
RACK_TIMEOUT_SERVICE_TIMEOUT=200000000
```

the above are test keys from https://developers.google.com/recaptcha/docs/faq
Expand Down