Skip to content

Commit

Permalink
Rails 6.1 not yet supported
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 13, 2021
1 parent 6d2bb71 commit 2eb2f27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Unreleased
----------
* Rails 6.1 is not yet supported [#1134](https://github.com/Shopify/shopify_app/pull/1134)

16.1.0
------
* Use Session Token auth strategy by default for new embedded apps [#1111](https://github.com/Shopify/shopify_app/pull/1111)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Shopify App

Shopify Application Rails engine and generator

### NOTE: Rails 6.1 or above is not yet supported due to the new `cookies_same_site_protection` setting.

#### NOTE: Versions 8.0.0 through 8.2.3 contained a CSRF vulnerability that was addressed in version 8.2.4. Please update to version 8.2.4 if you're using an old version.

Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion shopify_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.metadata['allowed_push_host'] = 'https://rubygems.org'

s.add_runtime_dependency('browser_sniffer', '~> 1.2.2')
s.add_runtime_dependency('rails', '> 5.2.1')
s.add_runtime_dependency('rails', '> 5.2.1', '< 6.1')
s.add_runtime_dependency('shopify_api', '~> 9.1')
s.add_runtime_dependency('omniauth-shopify-oauth2', '~> 2.2.2')
s.add_runtime_dependency('jwt', '~> 2.2.1')
Expand Down

0 comments on commit 2eb2f27

Please sign in to comment.