auth0-rubyonrails-sample icon indicating copy to clipboard operation
auth0-rubyonrails-sample copied to clipboard

Auth0 Integration Samples for Ruby on Rails Web Applications

Results 13 auth0-rubyonrails-sample issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.3 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@​flavorjones) Changed [CRuby] XML::Reader sets...

dependencies

Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.1 to 1.7.3. Release notes Sourced from sqlite3's releases. 1.7.3 / 2024-03-15 Dependencies Vendored sqlite is updated to v3.45.2. @​flavorjones sha256 checksums: 0ccb8c001cd2617f4801a2c816142d3c9bc299e3f3e0f49e03812f3610b0891c sqlite3-1.7.3-aarch64-linux.gem eb653026d44f8502b74564e585245485a5667d72f8888854e53c561f816541b0 sqlite3-1.7.3-arm-linux.gem b956160cc882d2568f332f915c9fe27cae9a4521b202d6e7ea540171c88e4600...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.8.1. Release notes Sourced from rack's releases. v2.2.8.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...

dependencies

Bumps [rails](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.7. Release notes Sourced from rails's releases. 6.1.7.7 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.17.0 to 1.18.3. Changelog Sourced from bootsnap's changelog. 1.18.3 Fix the cache corruption issue in the revalidation feature. See #474. The cache revalidation feature remains opt-in for...

dependencies

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.39.0 to 3.40.0. Changelog Sourced from capybara's changelog. Version 3.40.0 Release date: 2024-01-26 Changned Dropped support for Ruby 2.7, 3.0+ is now required Dropped support for Selenium...

dependencies

Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 5.6.8. Changelog Sourced from puma's changelog. 5.6.8 / 2024-01-08 Security Limit the size of chunk extensions. Without this limit, an attacker could cause unbounded resource...

dependencies

- Update to `dotenv-rails` (and remove old initializer) - Update to Ruby 3.2.2 - Add VSCode `.devcontainer`

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.9.0 to 4.11.0. Release notes Sourced from selenium-webdriver's releases. Selenium 4.11.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in...

dependencies

On Ruby v3.2 over, `File.exists?` has been removed. https://github.com/ruby/ruby/pull/5352 And `dotenv` less than `v1.0.0` is used `File.exists?` so if using Ruby v3.2 later occurs the error as below. ```bash $...