Skip to content

Commit

Permalink
Merge and fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
stacytalbot committed Jan 14, 2020
2 parents d4ae1f9 + 9ebd1e1 commit d798d66
Show file tree
Hide file tree
Showing 52 changed files with 2,187 additions and 1,891 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ coverage
node_modules
/public/packs
/public/packs-test
/public/system
/storage
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
tmp/cache/webpacker

.byebug_history
db
db

2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "db"]
path = db
url = https://github.com/unepwcmc/protectedplanet-db.git
branch = master
branch = refresh
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ branches:
only:
- master
- develop
- refresh
addons:
code_climate:
repo_token:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 3.2.5

* Add download tracking for links in CMS (e.g. OECM downloads)

### 3.2.4

* Add country, pame_country and marine stats (WDPA December 2019 release).

### 3.2.3

* Update reference on Target 11 Dashboard to DOPA - again
Expand Down
15 changes: 9 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
source 'https://rubygems.org'

gem 'rails', '5.0.5'
gem 'rails', '5.2.0'
gem 'webpacker', '~> 4.0.2'

gem 'bourbon'
gem "neat"

gem 'pg', '~> 0.21'
gem 'activerecord-postgis-adapter', '4.1.0'
gem 'activerecord-postgis-adapter', '5.1.0'
gem 'dbf', '~> 2.0.7'
#
gem 'elasticsearch', '~> 7.2.0'
#
gem 'sass-rails', '~> 5.0.7'
gem 'sprockets-rails', '~> 3.2.1'

gem 'uglifier', '~> 2.7.2'
gem 'uglifier', '~> 4.1.17'
gem 'coffee-rails', '~> 4.2.2'
gem "autoprefixer-rails"
gem "exception_notification", '~> 4.3.0'
Expand Down Expand Up @@ -101,9 +104,9 @@ gem 'turnout', '~> 2.5.0'

gem 'bystander', '2.0.0', git: 'https://github.com/unepwcmc/bystander'

gem 'devise', '~> 4.6.2' # MAJOR VERSION CHANGE, CHECK DOCS
gem 'devise', '~> 4.7.1' # MAJOR VERSION CHANGE, CHECK DOCS

gem 'comfortable_mexican_sofa', '1.12.10'
gem 'nokogiri', '~> 1.10.1'
gem 'comfortable_mexican_sofa', '~> 2.0.0'
gem 'nokogiri', '~> 1.10.4'
gem 'tinymce-rails', '~> 4.3.2'
gem 'phantompdf', '~> 1.2.2'
Loading

0 comments on commit d798d66

Please sign in to comment.