Skip to content

Commit 9d2df38

Browse files
committed
Update gemfile.
1 parent 0875a0c commit 9d2df38

File tree

3 files changed

+85
-93
lines changed

3 files changed

+85
-93
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '4.2.0'
3+
gem 'rails', '~> 4.2.0'
44
gem 'sass-rails', '~> 5.0'
55
gem 'uglifier', '>= 1.3.0'
66
gem 'coffee-rails', '~> 4.1.0'
77
gem 'jquery-rails'
88
gem 'jbuilder', '~> 2.0'
99

1010
gem 'activerecord-sqlserver-adapter', path: '/Users/kencollins/Repositories/activerecord-sqlserver-adapter'
11-
gem 'tiny_tds', path: '/Users/kencollins/Repositories/tiny_tds'
11+
gem 'tiny_tds', '0.9.5.rc2'
1212

1313
group :development, :test do
1414
gem 'byebug'

Gemfile.lock

Lines changed: 82 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,152 +1,141 @@
11
PATH
22
remote: /Users/kencollins/Repositories/activerecord-sqlserver-adapter
33
specs:
4-
activerecord-sqlserver-adapter (4.2.1)
5-
activerecord (~> 4.2.0)
6-
7-
PATH
8-
remote: /Users/kencollins/Repositories/tiny_tds
9-
specs:
10-
tiny_tds (0.6.3)
4+
activerecord-sqlserver-adapter (4.2.8)
5+
activerecord (~> 4.2.1)
116

127
GEM
138
remote: https://rubygems.org/
149
specs:
15-
actionmailer (4.2.0)
16-
actionpack (= 4.2.0)
17-
actionview (= 4.2.0)
18-
activejob (= 4.2.0)
10+
actionmailer (4.2.5.1)
11+
actionpack (= 4.2.5.1)
12+
actionview (= 4.2.5.1)
13+
activejob (= 4.2.5.1)
1914
mail (~> 2.5, >= 2.5.4)
2015
rails-dom-testing (~> 1.0, >= 1.0.5)
21-
actionpack (4.2.0)
22-
actionview (= 4.2.0)
23-
activesupport (= 4.2.0)
24-
rack (~> 1.6.0)
16+
actionpack (4.2.5.1)
17+
actionview (= 4.2.5.1)
18+
activesupport (= 4.2.5.1)
19+
rack (~> 1.6)
2520
rack-test (~> 0.6.2)
2621
rails-dom-testing (~> 1.0, >= 1.0.5)
27-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
28-
actionview (4.2.0)
29-
activesupport (= 4.2.0)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
23+
actionview (4.2.5.1)
24+
activesupport (= 4.2.5.1)
3025
builder (~> 3.1)
3126
erubis (~> 2.7.0)
3227
rails-dom-testing (~> 1.0, >= 1.0.5)
33-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
34-
activejob (4.2.0)
35-
activesupport (= 4.2.0)
28+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
29+
activejob (4.2.5.1)
30+
activesupport (= 4.2.5.1)
3631
globalid (>= 0.3.0)
37-
activemodel (4.2.0)
38-
activesupport (= 4.2.0)
32+
activemodel (4.2.5.1)
33+
activesupport (= 4.2.5.1)
3934
builder (~> 3.1)
40-
activerecord (4.2.0)
41-
activemodel (= 4.2.0)
42-
activesupport (= 4.2.0)
35+
activerecord (4.2.5.1)
36+
activemodel (= 4.2.5.1)
37+
activesupport (= 4.2.5.1)
4338
arel (~> 6.0)
44-
activesupport (4.2.0)
39+
activesupport (4.2.5.1)
4540
i18n (~> 0.7)
4641
json (~> 1.7, >= 1.7.7)
4742
minitest (~> 5.1)
4843
thread_safe (~> 0.3, >= 0.3.4)
4944
tzinfo (~> 1.1)
50-
arel (6.0.0)
45+
arel (6.0.3)
5146
binding_of_caller (0.7.2)
5247
debug_inspector (>= 0.0.1)
5348
builder (3.2.2)
54-
byebug (3.5.1)
55-
columnize (~> 0.8)
56-
debugger-linecache (~> 1.2)
57-
slop (~> 3.6)
58-
coffee-rails (4.1.0)
49+
byebug (8.2.2)
50+
coffee-rails (4.1.1)
5951
coffee-script (>= 2.2.0)
60-
railties (>= 4.0.0, < 5.0)
61-
coffee-script (2.3.0)
52+
railties (>= 4.0.0, < 5.1.x)
53+
coffee-script (2.4.1)
6254
coffee-script-source
6355
execjs
64-
coffee-script-source (1.9.0)
65-
columnize (0.9.0)
56+
coffee-script-source (1.10.0)
57+
concurrent-ruby (1.0.0)
6658
debug_inspector (0.0.2)
67-
debugger-linecache (1.2.0)
6859
erubis (2.7.0)
69-
execjs (2.2.2)
70-
globalid (0.3.0)
60+
execjs (2.6.0)
61+
globalid (0.3.6)
7162
activesupport (>= 4.1.0)
72-
hike (1.2.3)
7363
i18n (0.7.0)
74-
jbuilder (2.2.6)
75-
activesupport (>= 3.0.0, < 5)
64+
jbuilder (2.4.1)
65+
activesupport (>= 3.0.0, < 5.1)
7666
multi_json (~> 1.2)
77-
jquery-rails (4.0.3)
67+
jquery-rails (4.1.0)
7868
rails-dom-testing (~> 1.0)
7969
railties (>= 4.2.0)
8070
thor (>= 0.14, < 2.0)
81-
json (1.8.2)
82-
loofah (2.0.1)
71+
json (1.8.3)
72+
loofah (2.0.3)
8373
nokogiri (>= 1.5.9)
8474
mail (2.6.3)
8575
mime-types (>= 1.16, < 3)
86-
mime-types (2.4.3)
87-
mini_portile (0.6.2)
88-
minitest (5.5.1)
89-
multi_json (1.10.1)
90-
nokogiri (1.6.6.2)
91-
mini_portile (~> 0.6.0)
92-
rack (1.6.0)
76+
mime-types (2.99)
77+
mini_portile2 (2.0.0)
78+
minitest (5.8.4)
79+
multi_json (1.11.2)
80+
nokogiri (1.6.7.2)
81+
mini_portile2 (~> 2.0.0.rc2)
82+
rack (1.6.4)
9383
rack-test (0.6.3)
9484
rack (>= 1.0)
95-
rails (4.2.0)
96-
actionmailer (= 4.2.0)
97-
actionpack (= 4.2.0)
98-
actionview (= 4.2.0)
99-
activejob (= 4.2.0)
100-
activemodel (= 4.2.0)
101-
activerecord (= 4.2.0)
102-
activesupport (= 4.2.0)
85+
rails (4.2.5.1)
86+
actionmailer (= 4.2.5.1)
87+
actionpack (= 4.2.5.1)
88+
actionview (= 4.2.5.1)
89+
activejob (= 4.2.5.1)
90+
activemodel (= 4.2.5.1)
91+
activerecord (= 4.2.5.1)
92+
activesupport (= 4.2.5.1)
10393
bundler (>= 1.3.0, < 2.0)
104-
railties (= 4.2.0)
94+
railties (= 4.2.5.1)
10595
sprockets-rails
10696
rails-deprecated_sanitizer (1.0.3)
10797
activesupport (>= 4.2.0.alpha)
108-
rails-dom-testing (1.0.5)
98+
rails-dom-testing (1.0.7)
10999
activesupport (>= 4.2.0.beta, < 5.0)
110100
nokogiri (~> 1.6.0)
111101
rails-deprecated_sanitizer (>= 1.0.1)
112-
rails-html-sanitizer (1.0.1)
102+
rails-html-sanitizer (1.0.3)
113103
loofah (~> 2.0)
114-
railties (4.2.0)
115-
actionpack (= 4.2.0)
116-
activesupport (= 4.2.0)
104+
railties (4.2.5.1)
105+
actionpack (= 4.2.5.1)
106+
activesupport (= 4.2.5.1)
117107
rake (>= 0.8.7)
118108
thor (>= 0.18.1, < 2.0)
119-
rake (10.4.2)
120-
sass (3.4.11)
121-
sass-rails (5.0.1)
109+
rake (10.5.0)
110+
sass (3.4.21)
111+
sass-rails (5.0.4)
122112
railties (>= 4.0.0, < 5.0)
123113
sass (~> 3.1)
124114
sprockets (>= 2.8, < 4.0)
125115
sprockets-rails (>= 2.0, < 4.0)
126-
tilt (~> 1.1)
127-
slop (3.6.0)
128-
spring (1.2.0)
129-
sprockets (2.12.3)
130-
hike (~> 1.2)
131-
multi_json (~> 1.0)
132-
rack (~> 1.0)
133-
tilt (~> 1.1, != 1.3.0)
134-
sprockets-rails (2.2.4)
135-
actionpack (>= 3.0)
136-
activesupport (>= 3.0)
137-
sprockets (>= 2.8, < 4.0)
116+
tilt (>= 1.1, < 3)
117+
spring (1.6.3)
118+
sprockets (3.5.2)
119+
concurrent-ruby (~> 1.0)
120+
rack (> 1, < 3)
121+
sprockets-rails (3.0.1)
122+
actionpack (>= 4.0)
123+
activesupport (>= 4.0)
124+
sprockets (>= 3.0.0)
138125
thor (0.19.1)
139-
thread_safe (0.3.4)
140-
tilt (1.4.1)
126+
thread_safe (0.3.5)
127+
tilt (2.0.2)
128+
tiny_tds (0.9.5.rc.2)
129+
mini_portile2 (~> 2.0)
141130
tzinfo (1.2.2)
142131
thread_safe (~> 0.1)
143-
uglifier (2.7.0)
132+
uglifier (2.7.2)
144133
execjs (>= 0.3.0)
145134
json (>= 1.8.0)
146-
web-console (2.0.0)
147-
activemodel (~> 4.0)
135+
web-console (2.3.0)
136+
activemodel (>= 4.0)
148137
binding_of_caller (>= 0.7.2)
149-
railties (~> 4.0)
138+
railties (>= 4.0)
150139
sprockets-rails (>= 2.0, < 4.0)
151140

152141
PLATFORMS
@@ -158,9 +147,12 @@ DEPENDENCIES
158147
coffee-rails (~> 4.1.0)
159148
jbuilder (~> 2.0)
160149
jquery-rails
161-
rails (= 4.2.0)
150+
rails (~> 4.2.0)
162151
sass-rails (~> 5.0)
163152
spring
164-
tiny_tds!
153+
tiny_tds (= 0.9.5.rc2)
165154
uglifier (>= 1.3.0)
166155
web-console (~> 2.0)
156+
157+
BUNDLED WITH
158+
1.11.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
# SQL Server Rake Task Test App
2+
# SQL Server DB Task Test App
33

44
That is all.

0 commit comments

Comments
 (0)