-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Gemfile Pin bigdecimal so a build can occur on ruby 2.7 Sort gems Update Gemfile.lock * Update root Gemfile * Uprev ruby version
- Loading branch information
1 parent
89949de
commit 26fcc3b
Showing
7 changed files
with
24 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.3.0 | ||
2.7.8 |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
language: | ||
- ruby | ||
rvm: | ||
- '2.3' | ||
- '2.7' | ||
jdk: | ||
- openjdk10 | ||
env: | ||
|
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 |
---|---|---|
@@ -1,8 +1,10 @@ | ||
source "http://rubygems.org" | ||
gem "activesupport", "~> 4.1" | ||
gem "i18n", "~> 0.9" | ||
source 'http://rubygems.org' | ||
|
||
gem 'activesupport', '~> 4.2.8' | ||
gem 'bigdecimal', '1.3.5' | ||
gem 'fattr' | ||
gem 'i18n', '~> 0.9' | ||
|
||
group :test do | ||
gem "rspec", "~> 3.7" | ||
gem 'rspec', '~> 3.7' | ||
end |
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.3.0 | ||
2.7.8 |
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
source "http://rubygems.org" | ||
gem "activesupport", "~> 4.2.8" | ||
gem "i18n", "~> 0.9" | ||
source 'http://rubygems.org' | ||
|
||
gem 'activesupport', '~> 4.2.8' | ||
gem 'bigdecimal', '1.3.5' | ||
gem 'fattr' | ||
gem 'i18n', '~> 0.9' |
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