Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed May 7, 2017
1 parent df9d404 commit a327e4e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "rake"
# Component requirements
gem "sass"
gem "slim"
gem "activerecord", "~> 5.0.1", require: "active_record"
gem "activerecord", require: "active_record"

# Test requirements
gem "rspec", group: "test"
Expand Down
73 changes: 37 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionview (5.0.2)
activesupport (= 5.0.2)
actionview (5.1.0)
activesupport (= 5.1.0)
builder (~> 3.1)
erubis (~> 2.7.0)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activemodel (5.0.2)
activesupport (= 5.0.2)
activerecord (5.0.2)
activemodel (= 5.0.2)
activesupport (= 5.0.2)
arel (~> 7.0)
activemodel (5.1.0)
activesupport (= 5.1.0)
activerecord (5.1.0)
activemodel (= 5.1.0)
activesupport (= 5.1.0)
arel (~> 8.0)
activerecord-simple_index_name (0.4.0)
activerecord
activesupport
activesupport (5.0.2)
activesupport (5.1.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
Expand All @@ -40,13 +40,13 @@ GEM
rake (>= 10.4, < 12.0)
archive-zip (0.9.0)
io-like (~> 0.3.0)
arel (7.1.4)
arel (8.0.0)
ast (2.3.0)
builder (3.2.3)
byebug (9.0.6)
coderay (1.1.1)
concurrent-ruby (1.0.5)
coveralls (0.8.20)
coveralls (0.8.21)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
term-ansicolor (~> 1.3)
Expand All @@ -55,20 +55,20 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
dalli (2.7.6)
database_cleaner (1.5.3)
database_cleaner (1.6.0)
diff-lcs (1.3)
docile (1.1.5)
dotenv (2.2.0)
dotenv (2.2.1)
enumerable-lazy (0.0.2)
erubis (2.7.0)
erubi (1.6.0)
factory_girl (4.8.0)
activesupport (>= 3.0.0)
faker-precure (0.0.4)
rubicure (>= 1.0.0)
foreman (0.84.0)
thor (~> 0.19.1)
gqtp (1.0.6)
groonga-client (0.4.2)
groonga-client (0.4.3)
gqtp (>= 1.0.4)
groonga-command (>= 1.2.8)
groonga-command-parser (>= 1.0.7)
Expand All @@ -78,11 +78,11 @@ GEM
groonga-command-parser (1.0.9)
groonga-command (>= 1.3.2)
json-stream
hashdiff (0.3.2)
hashdiff (0.3.4)
hashie (3.5.5)
i18n (0.8.1)
io-like (0.3.0)
json (2.0.4)
json (2.1.0)
json-stream (0.2.1)
kaminari-activerecord (1.0.1)
activerecord
Expand Down Expand Up @@ -145,8 +145,8 @@ GEM
parser (2.4.0.0)
ast (~> 2.2)
pg (0.20.0)
pkg-config (1.1.7)
power_assert (1.0.1)
pkg-config (1.2.0)
power_assert (1.0.2)
powerpack (0.1.1)
pry (0.10.4)
coderay (~> 1.1.0)
Expand All @@ -169,7 +169,8 @@ GEM
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rainbow (2.2.1)
rainbow (2.2.2)
rake
rake (11.3.0)
rollbar (2.14.1)
multi_json
Expand All @@ -178,25 +179,25 @@ GEM
groonga-client (>= 0.0.3)
json
pkg-config
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (~> 3.6.0)
rspec-its (1.2.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.5.0)
rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (~> 3.6.0)
rspec-power_assert (1.0.0)
power_assert (~> 1.0.0)
rspec (>= 2.14)
rspec-support (3.5.0)
rspec-support (3.6.0)
rubicure (1.0.2)
activesupport (>= 5.0.0)
hashie (>= 2.0.5)
Expand All @@ -220,12 +221,12 @@ GEM
rack (~> 2.0)
rack-protection (= 2.0.0.rc2)
tilt (~> 2.0)
slim (3.0.7)
temple (~> 0.7.6)
slim (3.0.8)
temple (>= 0.7.6, < 0.9)
tilt (>= 1.3.3, < 2.1)
slop (3.6.0)
sqlite3 (1.3.13)
temple (0.7.7)
temple (0.8.0)
term-ansicolor (1.6.0)
tins (~> 1.0)
thor (0.19.4)
Expand All @@ -243,7 +244,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 5.0.1)
activerecord
activerecord-simple_index_name
annotate
bundler
Expand Down

0 comments on commit a327e4e

Please sign in to comment.