Skip to content

Commit

Permalink
Merge 0f422c3 into d7755ce
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 3, 2018
2 parents d7755ce + 0f422c3 commit 9cda685
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 16 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,21 @@ GEM
et-orbi (~> 1.1, >= 1.1.6)
raabro (~> 1.1)
hashie (3.6.0)
i18n (1.1.0)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jaro_winkler (1.5.1)
json (2.1.0)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.9.0)
method_source (0.9.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.1.2)
parser (2.5.3.0)
ast (~> 2.4.0)
pg (0.21.0)
powerpack (0.1.2)
Expand Down Expand Up @@ -159,12 +159,12 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.3.13)
term-ansicolor (1.6.0)
term-ansicolor (1.7.0)
tins (~> 1.0)
thor (0.19.4)
thread_safe (0.3.6)
timecop (0.9.1)
tins (1.16.3)
tins (1.18.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
Expand Down
5 changes: 5 additions & 0 deletions appraisal.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail

echo "Start a docker container with: docker run -p 5430:5432 postgres:9.5.0 then run this script."
DB_PORT=5430 DB_PASSWORD=postgres bundle exec appraisal rake spec
10 changes: 5 additions & 5 deletions gemfiles/activesupport_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,16 @@ GEM
ice_nine (0.11.2)
jaro_winkler (1.5.1)
json (2.1.0)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.9.0)
method_source (0.9.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.1.2)
parser (2.5.3.0)
ast (~> 2.4.0)
pg (0.21.0)
powerpack (0.1.2)
Expand Down Expand Up @@ -162,12 +162,12 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.3.13)
term-ansicolor (1.6.0)
term-ansicolor (1.7.0)
tins (~> 1.0)
thor (0.19.4)
thread_safe (0.3.6)
timecop (0.9.1)
tins (1.16.3)
tins (1.18.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/activesupport_5.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@ GEM
ice_nine (0.11.2)
jaro_winkler (1.5.1)
json (2.1.0)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.9.0)
method_source (0.9.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.1.2)
parser (2.5.3.0)
ast (~> 2.4.0)
pg (0.21.0)
powerpack (0.1.2)
Expand Down Expand Up @@ -159,12 +159,12 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.3.13)
term-ansicolor (1.6.0)
term-ansicolor (1.7.0)
tins (~> 1.0)
thor (0.19.4)
thread_safe (0.3.6)
timecop (0.9.1)
tins (1.16.3)
tins (1.18.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
Expand Down

0 comments on commit 9cda685

Please sign in to comment.