Merge pull request #753 from Ducz0r/lm-remove-some-code

Remove some code we're no longer maintaining
This commit is contained in:
Luka Murn 2017-08-22 14:04:04 +02:00 committed by GitHub
commit b6eb46471a
6 changed files with 1 additions and 3758 deletions

View file

@ -87,7 +87,6 @@ end
group :production do
gem 'puma'
gem 'rails_12factor'
gem 'skylight'
end
group :test do

View file

@ -300,8 +300,6 @@ GEM
actionmailer (>= 3.2.6, < 6)
actionpack (>= 3.2.6, < 6)
devise (>= 3.2, < 6)
skylight (0.10.0)
activesupport (>= 3.0.0)
sourcemap (0.1.1)
spinjs-rails (1.4)
rails (>= 3.1)
@ -409,7 +407,6 @@ DEPENDENCIES
shoulda-matchers (>= 3.0.1)
silencer
simple_token_authentication (~> 1.0)
skylight
sneaky-save!
spinjs-rails
starscope

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@ all: docker database
heroku:
@heroku buildpacks:remove https://github.com/ddollar/heroku-buildpack-multi.git
@heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
@echo "Set environment variables, DATABASE_URL, RAILS_SERVE_STATIC_FILES, RAKE_ENV, RAILS_ENV, SECRET_KEY_BASE, SKYLIGHT_AUTHENTICATION"
@echo "Set environment variables, DATABASE_URL, RAILS_SERVE_STATIC_FILES, RAKE_ENV, RAILS_ENV, SECRET_KEY_BASE"
docker:
@docker-compose build

View file

@ -1,3 +0,0 @@
---
# The authentication token for the application.
authentication: <%= ENV["SKYLIGHT_AUTHENTICATION"] ?>

File diff suppressed because it is too large Load diff