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] <support@dependabot.com>
This commit is contained in:
parent
e3a53751d9
commit
96f052709c
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue