Skip to content

Commit

Permalink
update gemfile for os 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin committed Dec 8, 2022
1 parent 6c74858 commit 77d468b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
# Below is an example of how to configure the gemfile for developing with local gems
# modify as appropriate

if allow_local && File.exists?('../urbanopt-geojson-gem')
gem 'urbanopt-geojson', path: '../urbanopt-geojson-gem'
elsif allow_local
gem 'urbanopt-geojson', github: 'URBANopt/urbanopt-geojson-gem', branch: 'develop'
end
# if allow_local && File.exists?('../urbanopt-geojson-gem')
# gem 'urbanopt-geojson', path: '../urbanopt-geojson-gem'
# elsif allow_local
gem 'urbanopt-geojson', github: 'URBANopt/urbanopt-geojson-gem', branch: 'OS-3.5'
#end

0 comments on commit 77d468b

Please sign in to comment.