Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuki committed Jun 17, 2016
1 parent 473b89e commit dbcdba7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'net-scp', '~> 1.2', '>= 1.2.1'
gem 'rake', '~> 10.4', '>= 10.4.2'
gem 'rake', '~> 11.2', '>= 11.2.2'
gem 'taglib-ruby', '~> 0.7.1'
gem 'whenever', require: false
30 changes: 10 additions & 20 deletions Gemfile.lock
@@ -1,33 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.0)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
chronic (0.10.2)
i18n (0.6.9)
json (1.8.1)
minitest (5.3.2)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
rake (10.4.2)
taglib-ruby (0.7.0)
thread_safe (0.3.3)
tzinfo (1.1.0)
thread_safe (~> 0.1)
whenever (0.9.2)
activesupport (>= 2.3.4)
net-ssh (3.1.1)
rake (11.2.2)
taglib-ruby (0.7.1)
whenever (0.9.7)
chronic (>= 0.6.3)

PLATFORMS
ruby

DEPENDENCIES
net-scp (~> 1.2.1)
rake (~> 10.4.2)
taglib-ruby (~> 0.7.0)
net-scp (~> 1.2, >= 1.2.1)
rake (~> 11.2, >= 11.2.2)
taglib-ruby (~> 0.7.1)
whenever

BUNDLED WITH
1.12.5

0 comments on commit dbcdba7

Please sign in to comment.