From 96f052709ca6d63c62b3f5a0d32bcdc9080b7e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 12:02:40 -0400 Subject: [PATCH] Bump algorithmia from 1.0.1 to 1.1.0 (#2896) [ci skip] Bumps [algorithmia](https://github.com/algorithmiaio/algorithmia-ruby) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/algorithmiaio/algorithmia-ruby/releases) - [Commits](https://github.com/algorithmiaio/algorithmia-ruby/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index ac73fcdab..e9b9a811c 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem "administrate", "~> 0.11" # A Rails engine that helps you put together a sup gem "ahoy_email", "~> 1.0" # Email analytics for Rails gem "airbrake", "~> 9.2" # Airbrake is an online tool that provides robust exception tracking in any of your Ruby applications gem "algoliasearch-rails", "~> 1.21" # Algolia Search is a hosted search engine capable of delivering real-time results from the first keystroke -gem "algorithmia", "~> 1.0" # Ruby Client for Algorithmia Algorithms and Data API +gem "algorithmia", "~> 1.1" # Ruby Client for Algorithmia Algorithms and Data API gem "ancestry", "~> 3.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure gem "autoprefixer-rails", "~> 9.5" # Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website gem "aws-sdk-lambda", "~> 1.22" # Official AWS Ruby gem for AWS Lambda diff --git a/Gemfile.lock b/Gemfile.lock index ead697679..7a38d608b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,9 +102,9 @@ GEM algoliasearch-rails (1.22.0) algoliasearch (>= 1.17.0, < 2.0.0) json (>= 1.5.1) - algorithmia (1.0.1) + algorithmia (1.1.0) httparty (~> 0.13) - json (~> 1.8) + json (~> 2.0) ancestry (3.0.6) activerecord (>= 3.2.0) approvals (0.0.24) @@ -435,7 +435,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (1.8.6) + json (2.2.0) jwt (2.1.0) kaminari (1.1.1) activesupport (>= 4.1.0) @@ -832,7 +832,7 @@ DEPENDENCIES ahoy_email (~> 1.0) airbrake (~> 9.2) algoliasearch-rails (~> 1.21) - algorithmia (~> 1.0) + algorithmia (~> 1.1) ancestry (~> 3.0) approvals (~> 0.0) autoprefixer-rails (~> 9.5)