# on debian/ubuntu, if you need to discriminate between
# versions of firefox you can use
#   dpkg-query --show -f '${Version}\n' firefox
# to retrieve firefox version, set GEM_FIREFOX_VERSION
# with it and then choose the right variables set
#  
export GEM_NATIVE_FIREFOX_VERSION=140.13
# dependency inside new oq-moon pyproject.toml file
# export GEM_SELENIUM_VERSION=4.46.0
export GEM_GECKODRIVER_VERSION=0.37.1
