Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hpyhacking authored and hpyhacking committed Sep 25, 2015
1 parent 94197af commit a2f2cf6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gem 'rack-attack', '~> 3.0.0'
gem 'easy_table'
gem 'phonelib', '~> 0.3.5'
gem 'twilio-ruby', '~> 3.11'
gem 'unread', github: 'poshboytl/unread'
gem 'unread', github: 'peatio/unread'
gem 'carrierwave', '~> 0.10.0'
gem 'simple_captcha2', require: 'simple_captcha'
gem 'rest-client', '~> 1.6.8'
Expand All @@ -74,7 +74,7 @@ group :development, :test do
gem 'factory_girl_rails'
gem 'faker', '~> 1.4.3'
gem 'mina'
gem 'mina-slack', github: 'tomlion/mina-slack'
gem 'mina-slack', github: 'peatio/mina-slack'
gem 'meta_request'
gem 'better_errors'
gem 'binding_of_caller'
Expand Down
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
GIT
remote: git://github.com/poshboytl/unread.git
revision: b8fa0502e9558c93388a104bcbe20376cf43027d
specs:
unread (0.4.0)
activerecord (>= 3)

GIT
remote: git://github.com/tomlion/mina-slack.git
remote: git://github.com/peatio/mina-slack.git
revision: 5b7571a34f1979784720c0bfef555591e89ca3a7
specs:
mina-slack (0.0.3)
mina (~> 0.3.0)
rest-client (~> 1.6.7)

GIT
remote: git://github.com/peatio/unread.git
revision: b8fa0502e9558c93388a104bcbe20376cf43027d
specs:
unread (0.4.0)
activerecord (>= 3)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -511,3 +511,6 @@ DEPENDENCIES
uglifier
unread!
whenever (~> 0.9.2)

BUNDLED WITH
1.10.6

0 comments on commit a2f2cf6

Please sign in to comment.