mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
rebundle on 1.8
This commit is contained in:
parent
0cb8722a51
commit
ffb04c7da6
1 changed files with 9 additions and 14 deletions
23
Gemfile.lock
23
Gemfile.lock
|
@ -2,7 +2,9 @@ PATH
|
|||
remote: .
|
||||
specs:
|
||||
kaminari (0.9.13)
|
||||
kaminari
|
||||
rails (>= 3.0.0)
|
||||
ruby-debug
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
|
@ -34,7 +36,6 @@ GEM
|
|||
activemodel (= 3.0.4)
|
||||
activesupport (= 3.0.4)
|
||||
activesupport (3.0.4)
|
||||
archive-tar-minitar (0.5.2)
|
||||
arel (2.0.8)
|
||||
bson (1.2.2)
|
||||
bson_ext (1.2.2)
|
||||
|
@ -65,8 +66,7 @@ GEM
|
|||
git (>= 1.2.5)
|
||||
rake
|
||||
json_pure (1.5.1)
|
||||
linecache19 (0.5.11)
|
||||
ruby_core_source (>= 0.1.4)
|
||||
linecache (0.43)
|
||||
mail (2.2.15)
|
||||
activesupport (>= 2.3.6)
|
||||
i18n (>= 0.4.0)
|
||||
|
@ -116,16 +116,11 @@ GEM
|
|||
activesupport (~> 3.0)
|
||||
railties (~> 3.0)
|
||||
rspec (~> 2.5.0)
|
||||
ruby-debug-base19 (0.11.24)
|
||||
columnize (>= 0.3.1)
|
||||
linecache19 (>= 0.5.11)
|
||||
ruby_core_source (>= 0.1.4)
|
||||
ruby-debug19 (0.11.6)
|
||||
columnize (>= 0.3.1)
|
||||
linecache19 (>= 0.5.11)
|
||||
ruby-debug-base19 (>= 0.11.19)
|
||||
ruby_core_source (0.1.4)
|
||||
archive-tar-minitar (>= 0.5.2)
|
||||
ruby-debug (0.10.4)
|
||||
columnize (>= 0.1)
|
||||
ruby-debug-base (~> 0.10.4.0)
|
||||
ruby-debug-base (0.10.4)
|
||||
linecache (>= 0.3)
|
||||
rubyzip (0.9.4)
|
||||
selenium-webdriver (0.1.3)
|
||||
childprocess (~> 0.1.5)
|
||||
|
@ -160,6 +155,6 @@ DEPENDENCIES
|
|||
rr (>= 1.0.2)
|
||||
rspec (>= 2.5.0)
|
||||
rspec-rails (>= 2.5.0)
|
||||
ruby-debug19
|
||||
ruby-debug
|
||||
sqlite3 (>= 1.3.3)
|
||||
steak (>= 1.1.0)
|
||||
|
|
Loading…
Reference in a new issue