Skip to content

Commit

Permalink
Fix build with pinning activesupport.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Feb 4, 2020
1 parent 22d5163 commit 09af165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ group :development do

gem 'cocoapods-dependencies', '~> 1.0.beta.1'

gem 'activesupport', '>= 4.0.2', '!= 4.2.11.12', '< 5' # Pinned < 5 to ensure we're speccing 4.x.x
gem 'bacon', :git => 'https://github.com/leahneukirchen/bacon.git'
gem 'minitest', '5.12.0' # Pinned since > 5.12.0+ drops support for Ruby 2.0
gem 'mocha'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.2)
activesupport (4.2.11.12)
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
Expand Down Expand Up @@ -282,6 +282,7 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport (>= 4.0.2, < 5, != 4.2.11.12)
awesome_print
bacon!
bundler (~> 1.3)
Expand Down

0 comments on commit 09af165

Please sign in to comment.