-
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now we're trying to have the 3.2 version use a different gemfile
- Loading branch information
1 parent
8c56d25
commit 986f171
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
group :test do | ||
gem "activejob" | ||
gem "aws-sdk-core", "~> 2" | ||
gem "codeclimate-test-reporter", require: nil | ||
gem "httparty" | ||
gem "multi_xml" | ||
gem "simplecov" | ||
gem "webrick" | ||
end | ||
|
||
group :development do | ||
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git" | ||
gem "pry-byebug", ">= 3.10.1" | ||
gem "pry", ">= 0.14.2" | ||
gem "rubocop" | ||
end | ||
|
||
gemspec path: "../" |