Browse Source

Merge branch 'master' into glitch-soc/merge-upstream

closed-social-glitch-2
Thibaut Girka 5 years ago
parent
commit
d52e27f3db
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      .env.test
  2. +1
    -1
      Gemfile
  3. +2
    -2
      Gemfile.lock
  4. +0
    -0
      config/webpack/tests.js

+ 1
- 1
.env.test View File

@ -1,5 +1,5 @@
# Node.js
NODE_ENV=test
NODE_ENV=tests
# Federation
LOCAL_DOMAIN=cb6e6126.ngrok.io
LOCAL_HTTPS=true

+ 1
- 1
Gemfile View File

@ -94,7 +94,7 @@ gem 'tty-command', '~> 0.9', require: false
gem 'tty-prompt', '~> 0.19', require: false
gem 'twitter-text', '~> 1.14'
gem 'tzinfo-data', '~> 1.2019'
gem 'webpacker', '~> 4.0'
gem 'webpacker', '~> 4.2'
gem 'webpush'
gem 'json-ld', git: 'https://github.com/ruby-rdf/json-ld.git', ref: 'e742697a0906e74e8bb777ef98137bc3955d981d'

+ 2
- 2
Gemfile.lock View File

@ -663,7 +663,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webpacker (4.0.7)
webpacker (4.2.0)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
@ -805,7 +805,7 @@ DEPENDENCIES
twitter-text (~> 1.14)
tzinfo-data (~> 1.2019)
webmock (~> 3.7)
webpacker (~> 4.0)
webpacker (~> 4.2)
webpush
RUBY VERSION

config/webpack/test.js → config/webpack/tests.js View File


Loading…
Cancel
Save