Skip to content

Commit

Permalink
Update gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Oct 2, 2015
1 parent ca0f0a1 commit 1a9dc94
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/bin/
/coverage/
/pkg/
/spec/reports/
/test/tmp/
Expand Down
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
AllCops:
Exclude:
- bin/*
- tmp/**/*
- vendor/**/*

Style/StringLiterals:
EnforcedStyle: single_quotes

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
concord (0.1.5)
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
contracts (0.11.0)
contracts (0.12.0)
coveralls (0.8.2)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
Expand Down Expand Up @@ -82,7 +82,7 @@ GEM
http-cookie (1.0.2)
domain_name (~> 0.5)
ice_nine (0.11.1)
inch (0.6.4)
inch (0.7.0)
pry
sparkr (>= 0.2.0)
term-ansicolor
Expand All @@ -105,16 +105,16 @@ GEM
shellany (~> 0.0)
parser (2.2.2.6)
ast (>= 1.1, < 3.0)
phut (0.6.10)
phut (0.6.11)
gli (~> 2.13.2)
pio (~> 0.27.0)
pry (~> 0.10.1)
pio (0.27.0)
pio (0.27.1)
bindata (~> 2.1.0)
powerpack (0.1.1)
private_attr (1.1.0)
procto (0.0.2)
pry (0.10.1)
pry (0.10.2)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
Expand All @@ -123,7 +123,7 @@ GEM
rb-fsevent (0.9.6)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
reek (3.3.1)
reek (3.5.0)
parser (~> 2.2.2.5)
private_attr (~> 1.1)
rainbow (~> 2.0)
Expand All @@ -148,7 +148,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
rubocop (0.34.1)
rubocop (0.34.2)
astrolabe (~> 1.3)
parser (>= 2.2.2.5, < 3.0)
powerpack (~> 0.1)
Expand All @@ -172,11 +172,11 @@ GEM
thor (0.19.1)
thread_safe (0.3.5)
tins (1.6.0)
trema (0.7.0)
trema (0.7.1)
bundler (~> 1.10.6)
gli (~> 2.13.2)
phut (~> 0.6.10)
pio (~> 0.27.0)
pio (~> 0.27.1)
rake
unf (0.1.4)
unf_ext
Expand Down

0 comments on commit 1a9dc94

Please sign in to comment.