Skip to content

Commit

Permalink
upgraded to 3.2 3.3 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshumishra31 committed Apr 4, 2018
1 parent 16f7b89 commit 3e4af4a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ appraise 'spree-3-3' do
gem 'rails-controller-testing', '~> 1.0.1'
end

appraise 'spree-3-4' do
gem 'spree', '~> 3.4.0'
gem 'rails-controller-testing', '~> 1.0.1'
end

appraise 'spree-master' do
gem 'spree', github: 'spree/spree', branch: 'master'
gem 'rails-controller-testing', '~> 1.0.1'
Expand Down
2 changes: 1 addition & 1 deletion db/migrate/20180404061553_add_enable_field_to_gift_card.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddEnableFieldToGiftCard < ActiveRecord::Migration
class AddEnableFieldToGiftCard < ActiveRecord::Migration[4.2]
def change
add_column :spree_gift_cards, :enabled, :boolean, default: false
end
Expand Down
12 changes: 12 additions & 0 deletions gemfiles/spree_3_4.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "spree", "~> 3.4.0"
gem "rails-controller-testing", "~> 1.0.1"

group :test do
gem "timecop", "~> 0.8.1"
end

gemspec path: "../"

0 comments on commit 3e4af4a

Please sign in to comment.