Skip to content

Commit 5dedb07

Browse files
committed
set graphql rails6 support as https
1 parent 07071e7 commit 5dedb07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'bcrypt', '~> 3.1.7' # Use ActiveModel has_secure_passwor
1616
gem 'devise' # Use devise as authentication module
1717
gem 'devise-i18n' # Install default translations
1818
gem 'graphql' # GraphQL as API
19-
gem 'graphql-auth', git: 'git@github.com:simonfranzen/graphql-auth.git', branch: 'rails6'
19+
gem 'graphql-auth', git: 'https://github.com/simonfranzen/graphql-auth.git', branch: 'rails6'
2020
gem 'graphql-errors' # GrapqhQL error handling
2121
gem 'rack-cors' # Rack CORS settings
2222
gem 'rails_admin', '~> 2.0.2' # Admin interface

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GIT
2-
remote: git@github.com:simonfranzen/graphql-auth.git
2+
remote: https://github.com/simonfranzen/graphql-auth.git
33
revision: 087b1d8f30052a0b62654e6975e9f8e2b8d8cee7
44
branch: rails6
55
specs:
@@ -138,7 +138,7 @@ GEM
138138
jquery-ui-rails (6.0.1)
139139
railties (>= 3.2.16)
140140
json (2.3.1)
141-
jwt (2.2.1)
141+
jwt (2.2.2)
142142
kaminari (1.2.1)
143143
activesupport (>= 4.1.0)
144144
kaminari-actionview (= 1.2.1)

0 commit comments

Comments
 (0)