-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed up the pame importer tests and checked more expectations
no longer creates a mystery empty country during import
- Loading branch information
Ben Tregenna
authored and
Ben Tregenna
committed
Jul 10, 2020
1 parent
a127625
commit c68da23
Showing
5 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ source 'https://wcmc-gems:[email protected]/' | |
gem 'rails', '5.2.0' | ||
gem 'webpacker', '~> 4.0.2' | ||
|
||
#gem 'wcmc-components', path: "../web-components/gems/wcmc_components" | ||
gem 'wcmc-components', '~>0.0.4' | ||
gem 'wcmc-components', path: "../web-components/gems/wcmc_components" | ||
#gem 'wcmc-components', '~>0.0.5' | ||
|
||
|
||
gem 'bourbon' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,11 @@ GIT | |
bystander (2.0.0) | ||
slack-notifier (~> 1.5.1) | ||
|
||
PATH | ||
remote: ../web-components/gems/wcmc_components | ||
specs: | ||
wcmc-components (0.0.5) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
remote: https://wcmc-gems:[email protected]/ | ||
|
@@ -1282,7 +1287,6 @@ GEM | |
vuejs-rails (2.3.2) | ||
warden (1.2.8) | ||
rack (>= 2.0.6) | ||
wcmc-components (0.0.4) | ||
webmock (1.22.6) | ||
addressable (>= 2.3.6) | ||
crack (>= 0.3.2) | ||
|
@@ -1365,7 +1369,7 @@ DEPENDENCIES | |
turnout (~> 2.5.0) | ||
uglifier (~> 4.1.17) | ||
vuejs-rails (~> 2.3.2) | ||
wcmc-components (~> 0.0.4) | ||
wcmc-components! | ||
webmock (~> 1.22.0) | ||
webpacker (~> 4.0.2) | ||
whenever | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters