这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ group :test do
gem "rake"
gem "mocha", "~> 0.9.11"
gem "sqlite3", "~> 1.3.5"
gem "activerecord", "~> 3.2.9"
gem "activerecord", "~> 5.2.8"
gem "will_paginate", "~> 3.0.5"
end
35 changes: 18 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (~> 3.0.0)
activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.4)
activemodel (5.2.8.1)
activesupport (= 5.2.8.1)
activerecord (5.2.8.1)
activemodel (= 5.2.8.1)
activesupport (= 5.2.8.1)
arel (>= 9.0)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (9.0.0)
concurrent-ruby (1.1.10)
i18n (0.9.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
minitest (5.16.2)
mocha (0.9.12)
multi_json (1.5.0)
rake (10.0.3)
sqlite3 (1.3.6)
tzinfo (0.3.61)
thread_safe (0.3.6)
tzinfo (1.2.10)
thread_safe (~> 0.1)
will_paginate (3.0.5)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.2.9)
activerecord (~> 5.2.8)
mocha (~> 0.9.11)
rake
sqlite3 (~> 1.3.5)
Expand Down