Skip to content

Commit

Permalink
library-versionUP: ruby-gems のマイナーバージョン指定を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Mar 28, 2017
1 parent 23c79f3 commit 9d513a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'activesupport', '~> 5.0'
gem 'cinch'
gem 'twitter', '~> 5.11'
gem 'twitter', '~> 5.15'
gem 'lumberjack', '~> 1.0'
gem 'sysexits', '~> 1.2'
gem 'http', '~> 0.9'
Expand All @@ -19,7 +19,7 @@ group :development, :test do
end

group :test do
gem 'rake', '~> 10.4'
gem 'rake', '~> 12.0'
gem 'rspec', '~> 3.1'
gem 'coveralls', require: false
gem 'webmock', '~> 2.3'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
slop (~> 3.4)
public_suffix (2.0.5)
rainbow (2.2.1)
rake (10.5.0)
rake (12.0.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand Down Expand Up @@ -97,7 +97,7 @@ GEM
simplecov-html (0.10.0)
slop (3.6.0)
sysexits (1.2.0)
term-ansicolor (1.4.1)
term-ansicolor (1.5.0)
tins (~> 1.0)
thor (0.19.4)
thread_safe (0.3.6)
Expand Down Expand Up @@ -140,11 +140,11 @@ DEPENDENCIES
mail (~> 2.6.3)
nokogiri (~> 1.6)
pry (~> 0.10)
rake (~> 10.4)
rake (~> 12.0)
rspec (~> 3.1)
rubocop (~> 0.28)
sysexits (~> 1.2)
twitter (~> 5.11)
twitter (~> 5.15)
webmock (~> 2.3)
yard (~> 0.8)

Expand Down

0 comments on commit 9d513a2

Please sign in to comment.