Draft: Bump browse-everything from 0.16.1 to 1.2.0
Bumps browse-everything from 0.16.1 to 1.2.0.
Release notes
Sourced from browse-everything's releases.
1.2.0
- Drop some unused dependencies
- Support up to ruby 3.1 and Rails 7.0.x
- Drop support for Ruby 2.5
- Require bootstrap JS via sprockets
bootstrap
asset instead ofbootstrap-sprockets
#367- Support latest versions of dropbox gem dependency
v1.1.2
- Remove sprockets dependency; let downstream developers handle this directly via Rails or webpacker (https://github.com/samvera/browse-everything/pull/358)
v1.1.1
- Add support for Rails 6.0, update Webpacker support (https://github.com/samvera/browse-everything/pull/317)
v1.1.0
- Remove dependency on thor #340
- Remove dependency on puma #342
- Relax googleauth dependency #343
- Relax google_drive dependency #344
Version 1.0.2
v1.0.2 2019-11-01
Changes since last release
- Added the CircleCI status badger to the
README
and removed Travis CI integration [@jrgriffiniii]- Updated the continuous integration builds to test against the latest releases of Ruby and Rails [@botimer]
- Applied the Apache2 software license [@mark-dce]
- Handling cases where the configuration file is not generated or not available to the mounting application [@jrgriffiniii]
- Deprecating
chromedriver-helpers
in favor ofwebdrivers
[@jrgriffiniii]Version 1.0.1
v1.0.1 2019-04-23
Changes since last release
- Handles
nil
file entries retrieved from each driver (https://github.com/samvera/browse-everything/pull/270) [@jrgriffiniii]Version 1.0.0
v1.0.0 2019-03-12
Changes since last release
- Convert JavaScript code to ES5
- Restructure assets to avoid precompilation errors and warnings
- Remove unnecessary and redundant styling rules
- Ensure temporary Dropbox downloads are saved within the Rails app's temp directory
- Ensure Travis & CircleCI use up-to-date Chromedriver
- Remove deprecated and EOL'ed Ruby and Rails versions from the test matrix
Version 1.0.0RC1
... (truncated)
Commits
-
6964cc1
Merge pull request #408 from samvera/prepare_1.2.0 -
b53e359
update version to 1.2.0 for release -
e194d2a
Merge pull request #407 from samvera/feature_tests_on_dummy -
bcd2988
Merge branch 'main' into feature_tests_on_dummy -
b15d965
remove files that were used by engine_cart generator, no longer needed since ... -
5a5dbc9
Merge pull request #406 from samvera/fixed_dummy_test_app -
b778790
Remove spec.executables from gemspec -
c03a18a
FileSystem driver has new allow_relative_home param -
d7db9f6
Actually get dummy test app running properly and passing feature tests -
d18350a
circleci install chrome for capybara tests - Additional commits viewable in compare view
Edited by David Chandek-Stark