|
1 | | -source "https://rubygems.org" |
| 1 | +# This file was generated by Appraisal |
2 | 2 |
|
3 | | -gem "rails", "6.0.0.beta1" |
| 3 | +source "https://rubygems.org" |
4 | 4 |
|
5 | | -group :development, :test do |
6 | | - gem "puma" |
7 | | - gem "teaspoon-jasmine", path: "../teaspoon-jasmine" |
8 | | - gem "teaspoon-mocha", path: "../teaspoon-mocha" |
9 | | - gem "teaspoon-qunit", path: "../teaspoon-qunit" |
10 | | - gem "selenium-webdriver" |
11 | | - gem "capybara-webkit" |
12 | | - gem "simplecov", require: false |
13 | | - gem "rubocop", require: false |
14 | | - gemspec name: "teaspoon-devkit", path: "../" |
15 | | -end |
| 5 | +gem "rails", "6.0.0.beta3" |
| 6 | +gem "teaspoon-jasmine", path: "../teaspoon-jasmine" |
| 7 | +gem "teaspoon-mocha", path: "../teaspoon-mocha" |
| 8 | +gem "teaspoon-qunit", path: "../teaspoon-qunit" |
| 9 | +gem "rubocop", require: false |
| 10 | +gem "rubocop-rails_config" |
16 | 11 |
|
17 | 12 | gemspec name: "teaspoon", path: "../" |
| 13 | +gemspec name: "teaspoon-devkit", path: "../" |
0 commit comments