Skip to content

Commit

Permalink
RuboCop.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Nov 14, 2014
1 parent 12e1f93 commit 778c308
Show file tree
Hide file tree
Showing 335 changed files with 4,685 additions and 6,578 deletions.
29 changes: 16 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gem "gli", "~> 2.11.0"
gem "paper_house", "~> 0.6.2"
gem "pio"
gem 'gli', '~> 2.11.0'
gem 'paper_house', '~> 0.6.2'
gem 'pio'

group :development do
gem "aruba", "~> 0.6.0"
gem "coveralls", "~> 0.7.0", require: false
gem "cucumber", "~> 1.3.15"
gem "flay", "~> 2.5.0"
gem "flog", "~> 4.2.1"
gem "reek", "~> 1.3.7"
gem "rspec", "~> 3.0.0"
gem "yard", "~> 0.8.7.4"
group :development, :test do
gem 'rubocop', '~> 0.27.1'
end

group :development do
gem 'aruba', '~> 0.6.0'
gem 'coveralls', '~> 0.7.0', require: false
gem 'cucumber', '~> 1.3.15'
gem 'flay', '~> 2.5.0'
gem 'flog', '~> 4.2.1'
gem 'reek', '~> 1.3.7'
gem 'rspec', '~> 3.0.0'
gem 'yard', '~> 0.8.7.4'
end

### Local variables:
### mode: Ruby
Expand Down
Loading

0 comments on commit 778c308

Please sign in to comment.