Gemfile.lock in validators-2.1.0 vs Gemfile.lock in validators-2.2.0
- old
+ new
@@ -1,76 +1,85 @@
PATH
remote: .
specs:
- validators (2.1.0)
+ validators (2.2.0)
GEM
remote: http://rubygems.org/
specs:
- activemodel (4.0.1)
- activesupport (= 4.0.1)
- builder (~> 3.1.0)
- activerecord (4.0.1)
- activemodel (= 4.0.1)
- activerecord-deprecated_finders (~> 1.0.2)
- activesupport (= 4.0.1)
- arel (~> 4.0.0)
- activerecord-deprecated_finders (1.0.3)
- activesupport (4.0.1)
- i18n (~> 0.6, >= 0.6.4)
- minitest (~> 4.2)
- multi_json (~> 1.3)
+ activemodel (4.1.0)
+ activesupport (= 4.1.0)
+ builder (~> 3.1)
+ activerecord (4.1.0)
+ activemodel (= 4.1.0)
+ activesupport (= 4.1.0)
+ arel (~> 5.0.0)
+ activesupport (4.1.0)
+ i18n (~> 0.6, >= 0.6.9)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
thread_safe (~> 0.1)
- tzinfo (~> 0.3.37)
- arel (4.0.1)
- atomic (1.1.14)
+ tzinfo (~> 1.1)
+ arel (5.0.1.20140414130214)
awesome_print (1.2.0)
- builder (3.1.4)
- coderay (1.0.9)
+ builder (3.2.2)
+ coderay (1.1.0)
+ columnize (0.8.9)
cpf_cnpj (0.2.0)
+ debugger (1.6.6)
+ columnize (>= 0.3.1)
+ debugger-linecache (~> 1.2.0)
+ debugger-ruby_core_source (~> 1.3.2)
+ debugger-linecache (1.2.0)
+ debugger-ruby_core_source (1.3.2)
diff-lcs (1.2.5)
- i18n (0.6.5)
+ i18n (0.6.9)
+ json (1.8.1)
method_source (0.8.2)
- minitest (4.7.5)
- multi_json (1.8.2)
- pry (0.9.12.2)
- coderay (~> 1.0.5)
+ minitest (5.3.3)
+ pry (0.9.12.6)
+ coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
- pry-meta (0.0.5)
+ pry-debugger (0.2.2)
+ debugger (~> 1.3)
+ pry (~> 0.9.10)
+ pry-meta (0.0.6)
awesome_print
pry
- pry-nav
+ pry-debugger
pry-remote
- pry-nav (0.2.3)
- pry (~> 0.9.10)
- pry-remote (0.1.7)
+ pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
- rake (10.1.0)
- rspec (2.14.1)
- rspec-core (~> 2.14.0)
- rspec-expectations (~> 2.14.0)
- rspec-mocks (~> 2.14.0)
- rspec-core (2.14.7)
- rspec-expectations (2.14.4)
- diff-lcs (>= 1.1.3, < 2.0)
- rspec-mocks (2.14.4)
- slop (3.4.6)
- sqlite3 (1.3.8)
+ rake (10.3.1)
+ rspec (3.0.0.beta2)
+ rspec-core (= 3.0.0.beta2)
+ rspec-expectations (= 3.0.0.beta2)
+ rspec-mocks (= 3.0.0.beta2)
+ rspec-core (3.0.0.beta2)
+ rspec-support (= 3.0.0.beta2)
+ rspec-expectations (3.0.0.beta2)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (= 3.0.0.beta2)
+ rspec-mocks (3.0.0.beta2)
+ rspec-support (= 3.0.0.beta2)
+ rspec-support (3.0.0.beta2)
+ slop (3.5.0)
+ sqlite3 (1.3.9)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
- thread_safe (0.1.3)
- atomic
- tzinfo (0.3.38)
+ thread_safe (0.3.3)
+ tzinfo (1.1.0)
+ thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
activerecord (>= 3.0)
cpf_cnpj
pry-meta
rake
- rspec
+ rspec (= 3.0.0.beta2)
sqlite3-ruby
validators!