Skip to content

Commit

Permalink
Fetch knock from fork, which fixes rails/generator require issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fkotsian committed Oct 10, 2018
1 parent 7c9066a commit fb3aebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'puma', '~> 3.11'
gem 'bootsnap', '>= 1.1.0', require: false

gem 'dotenv-rails'
gem 'knock', github: 'nsarno/knock'
gem 'knock', github: 'ngty/knock' # forked from ngty version, which fixes https://github.com/nsarno/knock/issues/156

# FB's Graph API access gem, also has an OAuth code<>access_token exchange module
gem 'koala'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/nsarno/knock.git
revision: 66b60437a5acc28e4863f011ab59324dc1b5d0ae
remote: https://github.com/ngty/knock.git
revision: 9e9416c3745fc5e8fa73bbb901b69729d45aef9b
specs:
knock (2.1.1)
knock (2.1.1.pre.multitokensecrets)
bcrypt (~> 3.1)
jwt (~> 1.5)
rails (>= 4.2)
Expand Down

0 comments on commit fb3aebf

Please sign in to comment.