Skip to content

Commit

Permalink
Temporary fix to treetop dependency issue
Browse files Browse the repository at this point in the history
dwc-archive depends on parsley-store which in turn it depends on biodiversity (~> 3.1). Unfortunately biodiversity (3.1.5) depends on treetop (~> 1.5) whereas rails requires and older version.
The workaround forces the use of biodiversity (3.1.4) gem to temporarily fix the problem.
  • Loading branch information
LocoDelAssembly committed Aug 19, 2014
1 parent 31a7808 commit 209738f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ gem 'paper_trail', '~> 3.0.0'

# DwC-A archive handling
gem 'dwc-archive', '~> 0.9.11'
gem 'biodiversity', '3.1.4' # Workaround rails' treetop dependency incompatibility with dwc-archive

gem 'validates_timeliness', '~> 3.0.14'

Expand Down

0 comments on commit 209738f

Please sign in to comment.