main
  1GIT
  2  remote: git://github.com/emberjs/ember-rails.git
  3  revision: ddc92614101fa35e837e251942280e120c82e652
  4  specs:
  5    ember-rails (0.15.0)
  6      active_model_serializers
  7      barber (>= 0.4.1)
  8      ember-data-source (>= 1.0.0.beta.5)
  9      ember-source (>= 1.1.0)
 10      execjs (>= 1.2)
 11      handlebars-source (> 1.0.0)
 12      jquery-rails (>= 1.0.17)
 13      railties (>= 3.1)
 14
 15GEM
 16  remote: https://rubygems.org/
 17  specs:
 18    actionmailer (4.1.7)
 19      actionpack (= 4.1.7)
 20      actionview (= 4.1.7)
 21      mail (~> 2.5, >= 2.5.4)
 22    actionpack (4.1.7)
 23      actionview (= 4.1.7)
 24      activesupport (= 4.1.7)
 25      rack (~> 1.5.2)
 26      rack-test (~> 0.6.2)
 27    actionview (4.1.7)
 28      activesupport (= 4.1.7)
 29      builder (~> 3.1)
 30      erubis (~> 2.7.0)
 31    active_model_serializers (0.9.0)
 32      activemodel (>= 3.2)
 33    activemodel (4.1.7)
 34      activesupport (= 4.1.7)
 35      builder (~> 3.1)
 36    activerecord (4.1.7)
 37      activemodel (= 4.1.7)
 38      activesupport (= 4.1.7)
 39      arel (~> 5.0.0)
 40    activesupport (4.1.7)
 41      i18n (~> 0.6, >= 0.6.9)
 42      json (~> 1.7, >= 1.7.7)
 43      minitest (~> 5.1)
 44      thread_safe (~> 0.1)
 45      tzinfo (~> 1.1)
 46    arel (5.0.1.20140414130214)
 47    barber (0.5.0)
 48      ember-source
 49      execjs
 50      handlebars-source (>= 1.0.0.rc.4)
 51    bcrypt (3.1.9)
 52    bootstrap-sass (3.3.0.1)
 53      sass (~> 3.2)
 54    builder (3.2.2)
 55    byebug (3.5.1)
 56      columnize (~> 0.8)
 57      debugger-linecache (~> 1.2)
 58      slop (~> 3.6)
 59    capybara (2.4.4)
 60      mime-types (>= 1.16)
 61      nokogiri (>= 1.3.3)
 62      rack (>= 1.0.0)
 63      rack-test (>= 0.5.4)
 64      xpath (~> 2.0)
 65    cliver (0.3.2)
 66    codeclimate-test-reporter (0.4.1)
 67      simplecov (>= 0.7.1, < 1.0.0)
 68    coderay (1.1.0)
 69    coffee-rails (4.1.0)
 70      coffee-script (>= 2.2.0)
 71      railties (>= 4.0.0, < 5.0)
 72    coffee-script (2.3.0)
 73      coffee-script-source
 74      execjs
 75    coffee-script-source (1.8.0)
 76    columnize (0.8.9)
 77    dalli (2.7.2)
 78    database_cleaner (1.3.0)
 79    debugger-linecache (1.2.0)
 80    diff-lcs (1.2.5)
 81    docile (1.1.5)
 82    dotenv (0.11.1)
 83      dotenv-deployment (~> 0.0.2)
 84    dotenv-deployment (0.0.2)
 85    dotenv-rails (0.11.1)
 86      dotenv (= 0.11.1)
 87    easy_translate (0.5.0)
 88      json
 89      thread
 90      thread_safe
 91    email_validator (1.4.0)
 92      activemodel
 93    ember-data-source (1.0.0.beta.11)
 94      ember-source
 95    ember-source (1.8.1)
 96      handlebars-source (~> 1.0)
 97    erubis (2.7.0)
 98    execjs (2.2.2)
 99    factory_girl (4.5.0)
100      activesupport (>= 3.0.0)
101    factory_girl_rails (4.5.0)
102      factory_girl (~> 4.5.0)
103      railties (>= 3.0.0)
104    ffaker (1.25.0)
105    foreman (0.75.0)
106      dotenv (~> 0.11.1)
107      thor (~> 0.19.1)
108    handlebars-source (1.3.0)
109    highline (1.6.21)
110    hike (1.2.3)
111    i18n (0.6.11)
112    i18n-tasks (0.7.8)
113      activesupport
114      easy_translate (>= 0.5.0)
115      erubis
116      highline
117      i18n
118      slop (>= 3.5.0)
119      term-ansicolor
120      terminal-table
121    jbuilder (2.2.4)
122      activesupport (>= 3.0.0, < 5)
123      multi_json (~> 1.2)
124    jquery-rails (3.1.2)
125      railties (>= 3.0, < 5.0)
126      thor (>= 0.14, < 2.0)
127    json (1.8.1)
128    mail (2.6.3)
129      mime-types (>= 1.16, < 3)
130    method_source (0.8.2)
131    mime-types (2.4.3)
132    mini_portile (0.6.1)
133    minitest (5.4.2)
134    multi_json (1.10.1)
135    nokogiri (1.6.4.1)
136      mini_portile (~> 0.6.0)
137    pg (0.17.1)
138    poltergeist (1.5.1)
139      capybara (~> 2.1)
140      cliver (~> 0.3.1)
141      multi_json (~> 1.0)
142      websocket-driver (>= 0.2.0)
143    pry (0.10.1)
144      coderay (~> 1.1.0)
145      method_source (~> 0.8.1)
146      slop (~> 3.4)
147    pry-rails (0.3.2)
148      pry (>= 0.9.10)
149    puma (2.9.2)
150      rack (>= 1.1, < 2.0)
151    quiet_assets (1.0.3)
152      railties (>= 3.1, < 5.0)
153    rack (1.5.2)
154    rack-ssl-enforcer (0.2.8)
155    rack-test (0.6.2)
156      rack (>= 1.0)
157    rack-timeout (0.1.0)
158    rails (4.1.7)
159      actionmailer (= 4.1.7)
160      actionpack (= 4.1.7)
161      actionview (= 4.1.7)
162      activemodel (= 4.1.7)
163      activerecord (= 4.1.7)
164      activesupport (= 4.1.7)
165      bundler (>= 1.3.0, < 2.0)
166      railties (= 4.1.7)
167      sprockets-rails (~> 2.0)
168    rails_12factor (0.0.3)
169      rails_serve_static_assets
170      rails_stdout_logging
171    rails_serve_static_assets (0.0.2)
172    rails_stdout_logging (0.0.3)
173    railties (4.1.7)
174      actionpack (= 4.1.7)
175      activesupport (= 4.1.7)
176      rake (>= 0.8.7)
177      thor (>= 0.18.1, < 2.0)
178    rake (10.3.2)
179    rdoc (4.1.2)
180      json (~> 1.4)
181    rspec-core (3.1.7)
182      rspec-support (~> 3.1.0)
183    rspec-expectations (3.1.2)
184      diff-lcs (>= 1.2.0, < 2.0)
185      rspec-support (~> 3.1.0)
186    rspec-mocks (3.1.3)
187      rspec-support (~> 3.1.0)
188    rspec-rails (3.1.0)
189      actionpack (>= 3.0)
190      activesupport (>= 3.0)
191      railties (>= 3.0)
192      rspec-core (~> 3.1.0)
193      rspec-expectations (~> 3.1.0)
194      rspec-mocks (~> 3.1.0)
195      rspec-support (~> 3.1.0)
196    rspec-support (3.1.2)
197    sass (3.2.19)
198    sass-rails (4.0.4)
199      railties (>= 4.0.0, < 5.0)
200      sass (~> 3.2.2)
201      sprockets (~> 2.8, < 2.12)
202      sprockets-rails (~> 2.0)
203    sdoc (0.4.1)
204      json (~> 1.7, >= 1.7.7)
205      rdoc (~> 4.0)
206    simplecov (0.9.1)
207      docile (~> 1.1.0)
208      multi_json (~> 1.0)
209      simplecov-html (~> 0.8.0)
210    simplecov-html (0.8.0)
211    slop (3.6.0)
212    spank (0.0.1393558686)
213    spring (1.1.3)
214    spring-commands-rspec (1.0.2)
215      spring (>= 0.9.1)
216    sprockets (2.11.3)
217      hike (~> 1.2)
218      multi_json (~> 1.0)
219      rack (~> 1.0)
220      tilt (~> 1.1, != 1.3.0)
221    sprockets-rails (2.2.0)
222      actionpack (>= 3.0)
223      activesupport (>= 3.0)
224      sprockets (>= 2.8, < 4.0)
225    term-ansicolor (1.3.0)
226      tins (~> 1.0)
227    terminal-table (1.4.5)
228    thor (0.19.1)
229    thread (0.1.4)
230    thread_safe (0.3.4)
231    tilt (1.4.1)
232    tins (1.3.3)
233    title (0.0.5)
234      i18n
235      rails (>= 3.1)
236    turbolinks (2.5.1)
237      coffee-rails
238    tzinfo (1.2.2)
239      thread_safe (~> 0.1)
240    uglifier (2.5.3)
241      execjs (>= 0.3.0)
242      json (>= 1.8.0)
243    websocket-driver (0.4.0)
244    xpath (2.0.0)
245      nokogiri (~> 1.3)
246
247PLATFORMS
248  ruby
249
250DEPENDENCIES
251  bcrypt
252  bootstrap-sass
253  byebug
254  capybara
255  codeclimate-test-reporter
256  coffee-rails
257  dalli
258  database_cleaner
259  dotenv-rails
260  email_validator
261  ember-rails!
262  ember-source
263  factory_girl_rails
264  ffaker
265  foreman
266  i18n-tasks
267  jbuilder
268  jquery-rails
269  pg
270  poltergeist
271  pry-rails
272  puma
273  quiet_assets
274  rack-ssl-enforcer
275  rack-timeout
276  rails
277  rails_12factor
278  rspec-rails
279  sass-rails
280  sdoc
281  spank
282  spring
283  spring-commands-rspec
284  title
285  turbolinks
286  uglifier