Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 49 additions & 41 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@ GIT

GIT
remote: https://github.com/andymeneely/squib
revision: cfbcdfeeec22ae94c4dd18bfa13c6b27fc350e58
revision: d8833633255fce6c3447611df2658e724dd99aa2
branch: master
specs:
squib (0.15.0a)
cairo (= 1.16.4)
classy_hash (= 0.2.1)
gio2 (= 3.3.6)
gobject-introspection (= 3.3.6)
highline (= 2.0.2)
mercenary (= 0.3.6)
nokogiri (= 1.10.3)
pango (= 3.3.6)
roo (= 2.8.2)
rsvg2 (= 3.3.6)
ruby-progressbar (= 1.10.0)
squib (0.18.0a)
cairo (~> 1.17)
classy_hash (= 1.0.0)
gio2 (~> 3.4)
gobject-introspection (~> 3.4)
highline (= 2.0.3)
mercenary (= 0.4.0)
nokogiri (~> 1.11)
pango (~> 3.4)
rainbow (~> 3.0)
roo (~> 2.8)
rsvg2 (~> 3.4)
ruby-progressbar (~> 1.11)

GIT
remote: https://github.com/ckolderup/twitter.git
Expand Down Expand Up @@ -53,13 +54,14 @@ GEM
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
buftok (0.2.0)
cairo (1.16.4)
cairo (1.17.5)
native-package-installer (>= 1.0.3)
pkg-config (>= 1.2.2)
cairo-gobject (3.3.6)
red-colors
cairo-gobject (3.4.9)
cairo (>= 1.16.2)
glib2 (= 3.3.6)
classy_hash (0.2.1)
glib2 (= 3.4.9)
classy_hash (1.0.0)
color (1.8)
colourlovers (0.0.1)
httparty
Expand All @@ -73,16 +75,16 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.11.1)
gdk_pixbuf2 (3.3.6)
gio2 (= 3.3.6)
gio2 (3.3.6)
gobject-introspection (= 3.3.6)
glib2 (3.3.6)
gdk_pixbuf2 (3.4.9)
gio2 (= 3.4.9)
gio2 (3.4.9)
gobject-introspection (= 3.4.9)
glib2 (3.4.9)
native-package-installer (>= 1.0.3)
pkg-config (>= 1.3.5)
gobject-introspection (3.3.6)
glib2 (= 3.3.6)
highline (2.0.2)
gobject-introspection (3.4.9)
glib2 (= 3.4.9)
highline (2.0.3)
htmlentities (4.3.4)
http (3.3.0)
addressable (~> 2.3)
Expand All @@ -106,46 +108,52 @@ GEM
buftok (~> 0)
http (~> 3.3)
oj (~> 3.7)
matrix (0.4.2)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
mercenary (0.3.6)
mercenary (0.4.0)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mini_portile2 (2.4.0)
mini_portile2 (2.6.1)
minitest (5.11.3)
multi_xml (0.6.0)
multipart-post (2.1.1)
native-package-installer (1.0.7)
native-package-installer (1.1.1)
naught (1.1.0)
netrc (0.11.0)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
noun-project-api (0.2.2)
oauth (~> 0)
oauth (0.5.4)
oj (3.8.0)
pango (3.3.6)
cairo-gobject (= 3.3.6)
gobject-introspection (= 3.3.6)
pkg-config (1.3.7)
pango (3.4.9)
cairo-gobject (= 3.4.9)
gobject-introspection (= 3.4.9)
pkg-config (1.4.6)
public_suffix (3.1.1)
racc (1.5.2)
rainbow (3.0.0)
rake (12.3.2)
red-colors (0.3.0)
matrix
rest-client (2.1.0.rc1)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rmagick (2.15.4)
roo (2.8.2)
roo (2.8.3)
nokogiri (~> 1)
rubyzip (>= 1.2.1, < 2.0.0)
rsvg2 (3.3.6)
cairo-gobject (= 3.3.6)
gdk_pixbuf2 (= 3.3.6)
rubyzip (>= 1.3.0, < 3.0.0)
rsvg2 (3.4.9)
cairo-gobject (= 3.4.9)
gdk_pixbuf2 (= 3.4.9)
ruby-opencv (0.0.18)
ruby-progressbar (1.10.0)
rubyzip (1.2.3)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
simple_oauth (0.3.1)
thread_safe (0.3.6)
typhoeus (1.3.1)
Expand Down