Bump pinboard gem
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -28,7 +28,7 @@ gem "httparty"
|
|||||||
gem "redcarpet"
|
gem "redcarpet"
|
||||||
gem "rexml"
|
gem "rexml"
|
||||||
gem "babosa"
|
gem "babosa"
|
||||||
gem "pinboard", "~> 1.0.0"
|
gem "pinboard", github: "dnitza/pinboard", branch: "master"
|
||||||
|
|
||||||
group :cli, :development do
|
group :cli, :development do
|
||||||
gem "hanami-reloader"
|
gem "hanami-reloader"
|
||||||
|
18
Gemfile.lock
18
Gemfile.lock
@@ -1,3 +1,11 @@
|
|||||||
|
GIT
|
||||||
|
remote: https://github.com/dnitza/pinboard.git
|
||||||
|
revision: a178662d901c768a6f76af7b94f7336484752e03
|
||||||
|
branch: master
|
||||||
|
specs:
|
||||||
|
pinboard (1.1.1)
|
||||||
|
httparty (~> 0.21.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/hanami/view.git
|
remote: https://github.com/hanami/view.git
|
||||||
revision: c1a6f60a989f1face809a6d8d61652748aee19a7
|
revision: c1a6f60a989f1face809a6d8d61652748aee19a7
|
||||||
@@ -170,8 +178,8 @@ GEM
|
|||||||
dry-validation (>= 1.10, < 2)
|
dry-validation (>= 1.10, < 2)
|
||||||
zeitwerk (~> 2.6.0)
|
zeitwerk (~> 2.6.0)
|
||||||
hansi (0.2.1)
|
hansi (0.2.1)
|
||||||
httparty (0.11.0)
|
httparty (0.21.0)
|
||||||
multi_json (~> 1.0)
|
mini_mime (>= 1.0.0)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
i18n (1.12.0)
|
i18n (1.12.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
@@ -183,7 +191,7 @@ GEM
|
|||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
lumberjack (1.2.8)
|
lumberjack (1.2.8)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
multi_json (1.15.0)
|
mini_mime (1.1.2)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
mustermann (3.0.0)
|
mustermann (3.0.0)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
@@ -202,8 +210,6 @@ GEM
|
|||||||
parser (3.2.0.0)
|
parser (3.2.0.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.4.5)
|
pg (1.4.5)
|
||||||
pinboard (1.0.0)
|
|
||||||
httparty (= 0.11.0)
|
|
||||||
pry (0.14.1)
|
pry (0.14.1)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
@@ -331,7 +337,7 @@ DEPENDENCIES
|
|||||||
hanami-view!
|
hanami-view!
|
||||||
httparty
|
httparty
|
||||||
pg
|
pg
|
||||||
pinboard (~> 1.0.0)
|
pinboard!
|
||||||
puma
|
puma
|
||||||
rack-test
|
rack-test
|
||||||
rake
|
rake
|
||||||
|
Reference in New Issue
Block a user