Skip to content

Commit

Permalink
Use biodiversity in ipc-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly committed Sep 10, 2020
1 parent fad7294 commit 3039791
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -96,7 +96,7 @@ gem 'rgb'
gem 'taxonifi', '~> 0.5.5'
gem 'sqed', '0.6.0'
gem 'dwc-archive', '~> 1.1.1'
gem 'biodiversity', '~> 4.0', '>= 4.0.3'
gem 'biodiversity', github:'LocoDelAssembly/biodiversity', branch: 'ipc-mode'
gem 'ruby-units', '~> 2.3.0', require: 'ruby_units/namespaced'

# Global Names
Expand All @@ -123,7 +123,7 @@ group :test, :development do
gem 'byebug', '~> 11.1', {}.merge(ENV['RM_INFO'] ? {require: false} : {})
gem 'factory_bot_rails', '~> 5.1', '>= 5.1.1'
gem 'selenium-webdriver', '~> 3.141'
gem 'geckodriver-helper', '~> 0.24.0'
gem 'geckodriver-helper', github: 'LocoDelAssembly/geckodriver-helper'
gem 'prawn', '~> 2.2.2'
end

Expand Down
22 changes: 16 additions & 6 deletions Gemfile.lock
Expand Up @@ -7,6 +7,20 @@ GIT
activerecord (>= 4.2.10)
with_advisory_lock (>= 4.0.0)

GIT
remote: https://github.com/LocoDelAssembly/biodiversity.git
revision: 77406b3cf9b40cc08aacb2d5aeecf5997f19abde
branch: ipc-mode
specs:
biodiversity (4.1.0)

GIT
remote: https://github.com/LocoDelAssembly/geckodriver-helper.git
revision: 8cb32dde4b152250ad053aab7432b151d11dddf9
specs:
geckodriver-helper (0.27.0)
archive-zip (~> 0.7)

GIT
remote: https://github.com/james2m/seedbank
revision: 58d19b0c5c2afd139b3d395f2a516dd399eef57b
Expand Down Expand Up @@ -102,8 +116,6 @@ GEM
bindex (0.8.1)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
biodiversity (4.1.0)
ffi (~> 1.11)
brakeman (4.8.2)
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -177,8 +189,6 @@ GEM
ffi-geos (2.1.0)
ffi (>= 1.0.0)
formatador (0.2.5)
geckodriver-helper (0.24.0)
archive-zip (~> 0.7)
globalid (0.4.2)
activesupport (>= 4.2.0)
gnfinder (0.11.0)
Expand Down Expand Up @@ -561,7 +571,7 @@ DEPENDENCIES
better_errors (~> 2.4)
bibtex-ruby (~> 5.1.1)
binding_of_caller
biodiversity (~> 4.0, >= 4.0.3)
biodiversity!
brakeman (~> 4.6, >= 4.6.1)
bundler (~> 2.0)
byebug (~> 11.1)
Expand All @@ -584,7 +594,7 @@ DEPENDENCIES
factory_bot_rails (~> 5.1, >= 5.1.1)
faker (~> 2.10)
ffi-geos (~> 2.1.0)
geckodriver-helper (~> 0.24.0)
geckodriver-helper!
gnfinder (~> 0.11.0)
google-protobuf (~> 3.12.0.rc.1)
gpx (~> 1.0.0)
Expand Down

0 comments on commit 3039791

Please sign in to comment.