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

build(deps): bump addressable from 2.5.2 to 2.8.0 #29

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
airbrussh (1.3.0)
sshkit (>= 1.6.1, != 1.7.0)
arel (8.0.0)
Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
premailer-rails (1.10.1)
actionmailer (>= 3, < 6)
premailer (~> 1.7, >= 1.7.9)
public_suffix (3.0.2)
public_suffix (4.0.6)
puma (3.12.6)
rack (2.2.3)
rack-cors (1.0.5)
Expand Down Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
lograge (~> 0.11.2)
mailcatcher
mysql2 (>= 0.3.13, < 0.5)
newrelic_rpm
newrelic_rpm (~> 7.0)
premailer-rails
puma (~> 3.12)
rack-cors
Expand Down
3 changes: 1 addition & 2 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class ApplicationController < ActionController::Base
protect_from_forgery with: :null_session
class ApplicationController < ActionController::API

before_action {
@title = "FileSend | Simple, encrypted file sharing."
Expand Down