Skip to content

Commit 539981a

Browse files
committed
WIP: Verifying that the teams are migrated correctly
1 parent 6607d51 commit 539981a

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

Gemfile.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,10 @@ GIT
1212
remote: git://github.com/emberjs/ember-rails.git
1313
revision: 5e5a398f3c67c3a3b84b7513b93b22bf81055cc9
1414
specs:
15-
ember-rails (0.15.0)
16-
active_model_serializers
17-
barber (>= 0.4.1)
18-
ember-data-source (>= 1.0.0.beta.5)
19-
ember-source (>= 1.1.0)
20-
execjs (>= 1.2)
21-
handlebars-source (> 1.0.0)
22-
jquery-rails (>= 1.0.17)
23-
railties (>= 3.1)
15+
stripe-ruby-mock (1.10.1.7)
16+
dante (>= 0.2.0)
17+
jimson-temp
18+
stripe (>= 1.15.0)
2419

2520
GIT
2621
remote: git://github.com/nixme/jazz_hands.git
@@ -49,14 +44,18 @@ GIT
4944
rest-client (~> 1.4)
5045

5146
GIT
52-
remote: https://github.com/rebelidealist/stripe-ruby-mock
53-
revision: f4229cbe762bc2a5a302cdd83088c283881e9c5a
54-
branch: live-tests
47+
remote: git://github.com/emberjs/ember-rails.git
48+
revision: 5e5a398f3c67c3a3b84b7513b93b22bf81055cc9
5549
specs:
56-
stripe-ruby-mock (1.10.1.7)
57-
dante (>= 0.2.0)
58-
jimson-temp
59-
stripe (>= 1.15.0)
50+
ember-rails (0.15.0)
51+
active_model_serializers
52+
barber (>= 0.4.1)
53+
ember-data-source (>= 1.0.0.beta.5)
54+
ember-source (>= 1.1.0)
55+
execjs (>= 1.2)
56+
handlebars-source (> 1.0.0)
57+
jquery-rails (>= 1.0.17)
58+
railties (>= 3.1)
6059

6160
GEM
6261
remote: https://rubygems.org/

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ namespace :team do
157157
end
158158

159159
# TODO: Pending Requests
160-
161160
end
162161
end
163162
end

0 commit comments

Comments
 (0)