Skip to content

Commit

Permalink
Merge pull request #15 from Nexmo/update
Browse files Browse the repository at this point in the history
Update Dependencies and Methods
  • Loading branch information
hummusonrails authored Feb 9, 2021
2 parents 3f0cd19 + 16f5a63 commit 644285b
Show file tree
Hide file tree
Showing 31 changed files with 450 additions and 259 deletions.
8 changes: 4 additions & 4 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
news_api_key=
watson_api_key=
watson_api_url=
NEXMO_API_KEY=
NEXMO_API_SECRET=
NEXMO_WHATSAPP_NUMBER=
NEXMO_APPLICATION_ID=
VONAGE_API_KEY=
VONAGE_API_SECRET=
VONAGE_WHATSAPP_NUMBER=
VONAGE_APPLICATION_ID=
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.3
2.7.2
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.5.3'
ruby '2.7.2'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.3'
gem 'rails', '~> 6.1.1'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
Expand All @@ -16,7 +16,7 @@ gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', platforms: :ruby

gem 'nexmo_rails'
gem 'vonage_rails'
gem 'news-api'
gem 'ibm_watson'
gem 'dotenv-rails'
Expand Down
Loading

0 comments on commit 644285b

Please sign in to comment.