Skip to content

Commit

Permalink
update gemfile for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelevro committed Oct 26, 2019
1 parent 0288ca1 commit 03d28f8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 19 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
language: ruby
cache: bundler
gemfile:
- Gemfile
- gemfiles/rails_4.2.10.gemfile
- gemfiles/rails_5.2.1.gemfile
- gemfiles/rails_6.0.0.gemfile
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

# gem "activemodel", "4.2.10"
# gem "activemodel", "5.2.1"
gem "activemodel", "6.0.0"
# gem "activemodel", "6.0.0"

# Specify your gem's dependencies in attr_filters.gemspec
gemspec
19 changes: 1 addition & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
PATH
remote: .
specs:
attr_filters (0.2.1)
attr_filters (0.3.0)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.0)
activesupport (= 6.0.0)
activesupport (6.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
ast (2.4.0)
concurrent-ruby (1.1.5)
diff-lcs (1.3)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.3)
minitest (5.12.2)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
Expand All @@ -47,17 +35,12 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
zeitwerk (2.2.0)

PLATFORMS
ruby

DEPENDENCIES
activemodel (= 6.0.0)
attr_filters!
bundler (~> 2.0)
rake (~> 10.0)
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_4.2.10.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
source "https://rubygems.org"

gem "activemodel", "4.2.10"

gemspec
2 changes: 2 additions & 0 deletions gemfiles/rails_5.2.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
source "https://rubygems.org"

gem "activemodel", "5.2.1"

gemspec
2 changes: 2 additions & 0 deletions gemfiles/rails_6.0.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
source "https://rubygems.org"

gem "activemodel", "6.0.0"

gemspec

0 comments on commit 03d28f8

Please sign in to comment.