Skip to content

Commit

Permalink
Allow any version of dalli less them 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca authored and kamipo committed Mar 21, 2018
1 parent 7a58d96 commit 90fd620
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ group :doc do
end

# Active Support.
gem "dalli", ">= 2.2.1"
gem "dalli", ">= 2.2.1", "< 2.7.7"
gem "listen", ">= 3.0.5", "< 3.2", require: false
gem "libxml-ruby", platforms: :ruby

Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ GEM
mysql2 (0.5.0-x64-mingw32)
mysql2 (0.5.0-x86-mingw32)
nio4r (2.2.0)
nio4r (2.2.0-java)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.2-x64-mingw32)
Expand Down Expand Up @@ -371,6 +372,8 @@ GEM
websocket (1.2.4)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-driver (0.6.5-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.1.0)
nokogiri (~> 1.3)
Expand All @@ -392,7 +395,7 @@ DEPENDENCIES
byebug
capybara (~> 2.13)
coffee-rails
dalli (>= 2.2.1)
dalli (>= 2.2.1, < 2.7.7)
delayed_job
delayed_job_active_record
em-hiredis
Expand Down

0 comments on commit 90fd620

Please sign in to comment.