Skip to content

Commit

Permalink
Gem upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrobertson committed Dec 31, 2019
1 parent 2bf0e85 commit 9557e50
Showing 1 changed file with 28 additions and 21 deletions.
49 changes: 28 additions & 21 deletions Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/fintech-to-ynab/f2ynab.git
revision: c2433f61cb5a11a4afc3985681f8651a53ecc9ee
revision: f766e0f38a39cf5f2eab90803a567834896646c2
specs:
f2ynab (0.1.0)
money (~> 6.13)
Expand Down Expand Up @@ -79,7 +79,7 @@ GEM
crass (1.0.5)
diff-lcs (1.3)
docile (1.3.2)
domain_name (0.5.20180417)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.5)
dotenv-rails (2.7.5)
Expand All @@ -96,15 +96,16 @@ GEM
ffi (1.11.3-x86-mingw32)
globalid (0.4.2)
activesupport (>= 4.2.0)
highline (2.0.2)
highline (2.0.3)
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jaro_winkler (1.5.4-java)
json (2.2.0)
json (2.2.0-java)
json (2.3.0)
json (2.3.0-java)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -116,16 +117,16 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mime-types (3.2.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mime-types-data (3.2019.1009)
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
money (6.13.3)
money (6.13.6)
i18n (>= 0.6.4, <= 2)
multipart-post (2.1.0)
multipart-post (2.1.1)
netrc (0.11.0)
nio4r (2.5.2)
nio4r (2.5.2-java)
Expand All @@ -137,10 +138,12 @@ GEM
nokogiri (1.10.7-x86-mingw32)
mini_portile2 (~> 2.4.0)
parallel (1.19.1)
parser (2.6.5.0)
parser (2.7.0.1)
ast (~> 2.4.0)
puma (3.12.2)
puma (3.12.2-java)
puma (4.3.1)
nio4r (~> 2.0)
puma (4.3.1-java)
nio4r (~> 2.0)
rack (2.0.8)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -178,24 +181,28 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rest-client (2.0.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rest-client (2.0.2-x64-mingw32)
rest-client (2.1.0-x64-mingw32)
ffi (~> 1.9)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rest-client (2.0.2-x86-mingw32)
rest-client (2.1.0-x86-mingw32)
ffi (~> 1.9)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rest-client (2.0.2-x86-mswin32)
rest-client (2.1.0-x86-mswin32)
ffi (~> 1.9)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
Expand All @@ -216,16 +223,16 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.77.0)
rubocop (0.78.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.5.1)
rubocop-performance (1.5.2)
rubocop (>= 0.71.0)
rubocop-rails (2.4.0)
rubocop-rails (2.4.1)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rails_config (0.9.0)
Expand Down Expand Up @@ -268,7 +275,7 @@ GEM
websocket-driver (0.7.1-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
ynab (1.10.0)
ynab (1.15.0)
json (~> 2.1, >= 2.1.0)
typhoeus (~> 1.0, >= 1.0.1)
zeitwerk (2.2.2)
Expand Down

0 comments on commit 9557e50

Please sign in to comment.