Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Fleetwood-Boldt committed Feb 19, 2017
1 parent a835745 commit 2b8ed56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
appraisal (1.0.2)
appraisal (2.1.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
activesupport (= 4.1.6)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
rake (12.0.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
Expand Down Expand Up @@ -137,7 +137,7 @@ GEM
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.9)
thor (0.19.1)
thor (0.19.4)
thread_safe (0.3.4)
tilt (1.4.1)
timers (4.0.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _Please use the version number of this gem in lockstep with your Rails version._
| | Rails 3 | v1.0 - WORKING | | |
| 2.1.5 | Rails 4.x, 4.1.x | v1.1 - WORKING | https://github.com/jasonfb/nondestructive-migrations-example-app-41 | |
| | Rails 4.2 | not tested | https://github.com/jasonfb/nondestructive-migrations-example-app-42 | |
| | Rails 5.0 | not tested - PR PR: https://github.com/jasonfb/nondestructive_migrations/pull/14 | | |
| 2.3.0 | Rails 5.0 | v1.2 - WORKING | https://github.com/jasonfb/nondestructive-migrations-example-app-50 | |
| | Rails 5.1 | not tested | | |


Expand Down
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

require "rubygems"
require "bundler/setup"

require 'rake/testtask'

require "minitest"
Expand Down

0 comments on commit 2b8ed56

Please sign in to comment.