File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gem 'rails', '3.2.1'
5
5
# Bundle edge Rails instead:
6
6
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7
7
8
- gem 'sqlite3-ruby' , '1.3.2' , :require => 'sqlite3 '
8
+ gem 'sqlite3'
9
9
10
10
gem 'json'
11
11
Original file line number Diff line number Diff line change 88
88
hike (~> 1.2 )
89
89
rack (~> 1.0 )
90
90
tilt (~> 1.1 , != 1.3.0 )
91
- sqlite3-ruby (1.3.2 )
91
+ sqlite3 (1.3.5 )
92
92
thor (0.14.6 )
93
93
tilt (1.3.3 )
94
94
treetop (1.4.10 )
@@ -108,5 +108,5 @@ DEPENDENCIES
108
108
json
109
109
rails (= 3.2.1 )
110
110
sass-rails (~> 3.2.3 )
111
- sqlite3-ruby ( = 1.3.2 )
111
+ sqlite3
112
112
uglifier (>= 1.0.3 )
Original file line number Diff line number Diff line change
1
+ # This file is auto-generated from the current state of the database. Instead
2
+ # of editing this file, please use the migrations feature of Active Record to
3
+ # incrementally modify your database, and then regenerate this schema definition.
4
+ #
5
+ # Note that this schema.rb definition is the authoritative source for your
6
+ # database schema. If you need to create the application database on another
7
+ # system, you should be using db:schema:load, not running all the migrations
8
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
9
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
10
+ #
11
+ # It's strongly recommended to check this file into your version control system.
12
+
13
+ ActiveRecord ::Schema . define ( :version => 0 ) do
14
+
15
+ end
You can’t perform that action at this time.
0 commit comments