Skip to content

Commit 31a47df

Browse files
committed
Touched Gemfile.lock and Rakefile
1 parent 6cbe13b commit 31a47df

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

Gemfile.lock

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ GIT
1212
jquery-rails (>= 1.0.17)
1313
railties (>= 3.1)
1414

15-
GIT
16-
remote: git://github.com/emberjs/ember-rails.git
17-
revision: 5e5a398f3c67c3a3b84b7513b93b22bf81055cc9
18-
specs:
19-
stripe-ruby-mock (1.10.1.7)
20-
dante (>= 0.2.0)
21-
jimson-temp
22-
stripe (>= 1.15.0)
23-
2415
GIT
2516
remote: git://github.com/nixme/jazz_hands.git
2617
revision: 5e4b48f145883ecb14b55bf04eacc28ac9662676
@@ -49,10 +40,10 @@ GIT
4940

5041
GIT
5142
remote: https://github.com/rebelidealist/stripe-ruby-mock
52-
revision: f4229cbe762bc2a5a302cdd83088c283881e9c5a
43+
revision: f694a2792bf817932b3e9c4fe7ec51d00da03b4b
5344
branch: live-tests
5445
specs:
55-
stripe-ruby-mock (1.10.1.7)
46+
stripe-ruby-mock (2.0.0)
5647
dante (>= 0.2.0)
5748
jimson-temp
5849
stripe (>= 1.15.0)

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ namespace :team do
5656

5757
def neq_dec(attr, pg, mongo, fail_if_neq=true)
5858
scale = 7
59+
5960
left = pg.send(attr).to_d.round(scale)
6061
right = mongo.send(attr).to_d.round(scale)
6162

0 commit comments

Comments
 (0)