Skip to content

Commit

Permalink
Update dependencies June 2020 (#629)
Browse files Browse the repository at this point in the history
* dependencies: Bump geocoder, websocket-extensions

* Gemfile.lock: Update rack to 2.2.3
  • Loading branch information
DeeDeeG authored Jul 4, 2020
1 parent 4edf5dd commit 3f68f41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'bugsnag'
gem 'coffee-rails', '~> 4.2'
gem 'country_select'
gem 'devise', '~> 4.6'
gem 'geocoder', '~> 1.2.1'
gem 'geocoder', '~> 1.6.1'
gem 'grape', '~> 1.3.0'
gem 'grape-swagger'
gem 'grape-kaminari'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ GEM
formtastic (3.1.5)
actionpack (>= 3.2.13)
formtastic_i18n (0.6.0)
geocoder (1.2.14)
geocoder (1.6.3)
globalid (0.4.2)
activesupport (>= 4.2.0)
grape (1.3.1)
Expand Down Expand Up @@ -250,7 +250,7 @@ GEM
public_suffix (4.0.3)
puma (4.3.5)
nio4r (~> 2.0)
rack (2.2.2)
rack (2.2.3)
rack-accept (0.4.5)
rack (>= 0.4)
rack-cors (1.1.1)
Expand Down Expand Up @@ -393,7 +393,7 @@ DEPENDENCIES
devise (~> 4.6)
dotenv-rails (~> 2.2.1)
factory_bot_rails (~> 4.8.2)
geocoder (~> 1.2.1)
geocoder (~> 1.6.1)
grape (~> 1.3.0)
grape-kaminari
grape-swagger
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9211,9 +9211,9 @@ websocket-driver@>=0.5.1:
websocket-extensions ">=0.1.1"

websocket-extensions@>=0.1.1:
version "0.1.3"
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==
version "0.1.4"
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==

[email protected]:
version "2.0.3"
Expand Down

0 comments on commit 3f68f41

Please sign in to comment.