mikamai / akamai_api

Akamai gem+CLI to work with CCU and ECCU interfaces
MIT License
43 stars 19 forks source link

support-rails5 #27

Closed suthio closed 7 years ago

suthio commented 8 years ago

Bundler could not find compatible versions for gem "activesupport"

command

$ bundle install

error

Resolving dependencies....
Bundler could not find compatible versions for gem "activesupport":
  In snapshot (Gemfile.lock):
    activesupport (= 5.0.0)
jrbeilke commented 7 years ago

Should probably also bump the required ruby version in the gemspec since Rails 5 requires ruby 2.2.2 or higher gem.required_ruby_version = Gem::Requirement.new(">= 1.9.2")

EDIT Made the change and submitted a PR - #30

nicolaracco commented 7 years ago

Closing as this has been merged with the #30.