Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion connect-examples/v2/rails_payment/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.3.1
2 changes: 1 addition & 1 deletion connect-examples/v2/rails_payment/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby "2.2.1"
ruby "2.3.1"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.6'
Expand Down
2 changes: 1 addition & 1 deletion connect-examples/v2/rails_payment/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The root page has the selections for the different implemetations.

Ruby version: 2.2.1
Ruby version: 2.3.1

Rails version: 4.2.6

Expand Down