Gemfile.lock in bank-validator-0.0.2 vs Gemfile.lock in bank-validator-0.0.3
- old
+ new
@@ -17,10 +17,11 @@
addressable (2.3.7)
arel (6.0.0)
builder (3.2.2)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
+ diff-lcs (1.2.5)
docile (1.1.5)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
git (1.2.9.1)
github_api (0.12.3)
@@ -60,10 +61,23 @@
rack (~> 1.2)
rack (1.6.0)
rake (10.4.2)
rdoc (3.12.2)
json (~> 1.4)
+ rspec (3.2.0)
+ rspec-core (~> 3.2.0)
+ rspec-expectations (~> 3.2.0)
+ rspec-mocks (~> 3.2.0)
+ rspec-core (3.2.2)
+ rspec-support (~> 3.2.0)
+ rspec-expectations (3.2.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.2.0)
+ rspec-mocks (3.2.1)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.2.0)
+ rspec-support (3.2.2)
shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0)
shoulda-context (1.2.1)
shoulda-matchers (2.8.0)
@@ -79,12 +93,13 @@
PLATFORMS
ruby
DEPENDENCIES
- activerecord
- activesupport
+ activerecord (>= 3.0)
+ activesupport (>= 3.0)
bundler (~> 1.0)
jeweler (~> 2.0)
rdoc (~> 3.12)
+ rspec
shoulda (~> 3.5)
simplecov (~> 0.9)