Skip to content

Commit

Permalink
[zomekiv3-sqr:01020] Fix plugin url in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kanety committed Jun 1, 2018
1 parent 00d326d commit c028c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -115,7 +115,7 @@ gem 'datewari', '~> 1.0.2'
gem 'enum_ish', '~> 1.0.0'
gem 'slonik_migration', '~> 1.1.1'

gem 'zplugin3-sitebk', github: 'zomeki/zplugin3-sitebk', tag: 'v1.0.0'
gem 'zplugin3-sitebk', git: 'https://github.com/zomeki/zplugin3-sitebk', tag: 'v1.0.0'

Dir[File.join(File.dirname(__FILE__), 'config/plugins/**/Gemfile')].each do |file|
instance_eval File.read(file)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,5 +1,5 @@
GIT
remote: git://github.com/zomeki/zplugin3-sitebk.git
remote: https://github.com/zomeki/zplugin3-sitebk
revision: d2ab16e3345765a9b9f5f4e1d699a1540d9d7f06
tag: v1.0.0
specs:
Expand Down

0 comments on commit c028c6c

Please sign in to comment.