Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 27, 2022
1 parent 71a6a5b commit 4451fa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/am_3.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ source "https://rubygems.org"
gem "activemodel", "~> 3.2.0"
gem "activesupport", "~> 3.2.0"
gem "dalli", "< 3"
gem "json", "< 2"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/am_4.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ source "https://rubygems.org"
gem "activemodel", "~> 4.0.0"
gem "activesupport", "~> 4.0.0"
gem "dalli", "< 3"
gem "json", "< 2"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/am_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ source "https://rubygems.org"
gem "activemodel", "~> 4.2.0"
gem "activesupport", "~> 4.2.0"
gem "dalli", "< 3"
gem "json", "< 2"

gemspec path: "../"

0 comments on commit 4451fa7

Please sign in to comment.