@@ -145,20 +145,11 @@ appraise 'rails6.1-graphql2.0' do
145145 gem 'graphql' , '~> 2.0.1'
146146end
147147
148- appraise 'rails7.0-graphql1.10' do
149- gem 'sassc-rails'
150- gem 'sqlite3' , '~> 1.4'
151- gem 'devise' , '>= 4.7'
152- gem 'devise_token_auth' , git : 'https://github.com/lynndylanhurley/devise_token_auth' , branch : 'master'
153- gem 'rails' , git : 'https://github.com/rails/rails' , branch : '7-0-stable'
154- gem 'graphql' , '~> 1.10.0'
155- end
156-
157148appraise 'rails7.0-graphql1.11' do
158149 gem 'sassc-rails'
159150 gem 'sqlite3' , '~> 1.4'
160151 gem 'devise' , '>= 4.7'
161- gem 'devise_token_auth' , git : 'https://github.com/lynndylanhurley/devise_token_auth' , branch : 'master '
152+ gem 'devise_token_auth' , '>= 1.2.1 '
162153 gem 'rails' , git : 'https://github.com/rails/rails' , branch : '7-0-stable'
163154 gem 'graphql' , '~> 1.11.0'
164155end
@@ -167,7 +158,7 @@ appraise 'rails7.0-graphql1.12' do
167158 gem 'sassc-rails'
168159 gem 'sqlite3' , '~> 1.4'
169160 gem 'devise' , '>= 4.7'
170- gem 'devise_token_auth' , git : 'https://github.com/lynndylanhurley/devise_token_auth' , branch : 'master '
161+ gem 'devise_token_auth' , '>= 1.2.1 '
171162 gem 'rails' , git : 'https://github.com/rails/rails' , branch : '7-0-stable'
172163 gem 'graphql' , '~> 1.12.0'
173164end
@@ -176,16 +167,16 @@ appraise 'rails7.0-graphql1.13' do
176167 gem 'sassc-rails'
177168 gem 'sqlite3' , '~> 1.4'
178169 gem 'devise' , '>= 4.7'
179- gem 'devise_token_auth' , git : 'https://github.com/lynndylanhurley/devise_token_auth' , branch : 'master '
170+ gem 'devise_token_auth' , '>= 1.2.1 '
180171 gem 'rails' , git : 'https://github.com/rails/rails' , branch : '7-0-stable'
181172 gem 'graphql' , '~> 1.13.0'
182173end
183174
184- appraise 'rails7.0-graphql_edge ' do
175+ appraise 'rails7.0-graphql2.0 ' do
185176 gem 'sassc-rails'
186177 gem 'sqlite3' , '~> 1.4'
187- gem 'devise_token_auth' , git : 'https://github.com/lynndylanhurley/devise_token_auth' , branch : 'master '
178+ gem 'devise_token_auth' , '>= 1.2.1 '
188179 gem 'devise' , '>= 4.7'
189180 gem 'rails' , git : 'https://github.com/rails/rails' , branch : '7-0-stable'
190- gem 'graphql' , git : 'https://github.com/rmosolgo/graphql-ruby' , branch : 'master '
181+ gem 'graphql' , '~> 2.0.1 '
191182end
0 commit comments