Skip to content

Commit

Permalink
temporarily added gdal 3.0 to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleypliu committed Aug 4, 2020
1 parent a457853 commit 3f4abff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ tmp/cache/webpacker

.vscode/

# TODO: Get rid of this if/when I fix the issue with gdal
Gemfile
Gemfile.lock
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ gem 'vuejs-rails', '~> 2.3.2'
gem 'sprockets-vue', '~> 0.1.0'

gem 'rails-controller-testing'
gem 'gdal', '~> 2.0'

# gem 'gdal', '~> 2.0'
# TODO Stanley - Need to change this version of gdal back to 2.0 (and remove from gitignore) when I reinstall GDAL to 2.4.4
gem 'gdal', '~> 3.0'
#
group :production, :staging do
# gem 'unicorn'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ GEM
multipart-post (>= 1.2, < 3)
fastercsv (1.5.5)
ffi (1.12.1)
gdal (2.0.0)
gdal (3.0.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (5.1.2)
Expand Down Expand Up @@ -1335,7 +1335,7 @@ DEPENDENCIES
elasticsearch (~> 7.2.0)
exception_notification (~> 4.3.0)
factory_girl_rails (~> 4.4.1)
gdal (~> 2.0)
gdal (~> 3.0)
httmultiparty (~> 0.3.14)
httparty (~> 0.15.1)
jquery-rails (~> 4.3.3)
Expand Down

0 comments on commit 3f4abff

Please sign in to comment.