Skip to content

Commit

Permalink
Upgraded dependencies and fixed specs with Stripe field changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jan 26, 2017
1 parent f0ca7eb commit 9214141
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 137 deletions.
8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ source 'http://rubygems.org'

ruby '2.3.1'

gem 'slack-ruby-client', github: 'slack-ruby/slack-ruby-client'
gem 'slack-ruby-bot-server', github: 'dblock/slack-ruby-bot-server'
gem 'slack-ruby-client'
gem 'slack-ruby-bot-server'
gem 'roar', '~> 1.0.4'
gem 'mongoid', '~> 5.1.4'
gem 'ruby-enum'
gem 'mongoid-scroll'
gem 'time_ago_in_words'
Expand All @@ -12,6 +14,8 @@ gem 'wannabe_bool'
gem 'newrelic_rpm'
gem 'rack-server-pages'
gem 'stripe'
gem 'kaminari-grape'
gem 'giphy'

group :development, :test do
gem 'rake', '~> 10.4'
Expand Down
Loading

0 comments on commit 9214141

Please sign in to comment.