Skip to content

Commit

Permalink
Do not allow to install the gem with Ruby 1.9
Browse files Browse the repository at this point in the history
The support to Ruby 1.9 was removed at
8a6c6ff so we should not allow users to
install the gem with that version.

Closes 1936.
  • Loading branch information
rafaelfranca authored and girasquid committed Nov 19, 2015
1 parent 15982ef commit 957d1a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Redsys: Support new SHA256 authentication method [davidsantoso]
* Cashnet: Allow custcode override [duff]
* Add Rails 5 support [rafaelfranca]
* Set required Ruby version for install to 2 or greater [rafaelfranca]

== Version 1.55.0 (November 9, 2015)
* CyberSource: send customer IP address when provided [fastjames]
Expand Down
2 changes: 2 additions & 0 deletions activemerchant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://activemerchant.org/'
s.rubyforge_project = 'activemerchant'

s.required_ruby_version = '>= 2'

s.files = Dir['CHANGELOG', 'README.md', 'MIT-LICENSE', 'CONTRIBUTORS', 'lib/**/*', 'vendor/**/*']
s.require_path = 'lib'

Expand Down

0 comments on commit 957d1a7

Please sign in to comment.