Skip to content

Commit 48566b8

Browse files
committed
more random Gemfile BS
1 parent 2608105 commit 48566b8

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source "https://rubygems.org"
2-
ruby "1.9.3"
32
gem 'sinatra', '1.4.3'
43
gem 'sinatra-contrib', '1.4.1'
54
gem 'sinatra-jsonp', '0.4.2'

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
4-
backports (2.3.0)
5-
daemons (1.1.6)
6-
eventmachine (0.12.10)
7-
json_pure (1.6.5)
8-
rack (1.4.0)
9-
rack-protection (1.2.0)
4+
backports (3.3.3)
5+
daemons (1.1.9)
6+
eventmachine (1.0.3)
7+
multi_json (1.3.7)
8+
rack (1.5.2)
9+
rack-protection (1.5.0)
1010
rack
11-
rack-test (0.6.1)
11+
rack-test (0.6.2)
1212
rack (>= 1.0)
13-
sinatra (1.3.2)
14-
rack (~> 1.3, >= 1.3.6)
15-
rack-protection (~> 1.2)
16-
tilt (~> 1.3, >= 1.3.3)
17-
sinatra-contrib (1.3.1)
13+
sinatra (1.4.3)
14+
rack (~> 1.4)
15+
rack-protection (~> 1.4)
16+
tilt (>= 1.3.4, ~> 1.3)
17+
sinatra-contrib (1.4.1)
1818
backports (>= 2.0)
19-
eventmachine
19+
multi_json
2020
rack-protection
2121
rack-test
22-
sinatra (~> 1.3.0)
22+
sinatra (~> 1.4.0)
2323
tilt (~> 1.3)
24-
sinatra-jsonp (0.3.2)
25-
json_pure (~> 1.4)
24+
sinatra-jsonp (0.4.2)
25+
multi_json (~> 1.3.7)
2626
sinatra (~> 1.0)
27-
thin (1.3.1)
27+
thin (1.5.1)
2828
daemons (>= 1.0.9)
2929
eventmachine (>= 0.12.6)
3030
rack (>= 1.0.0)
31-
tilt (1.3.3)
31+
tilt (1.4.1)
3232

3333
PLATFORMS
3434
ruby
3535

3636
DEPENDENCIES
37-
sinatra (= 1.3.2)
38-
sinatra-contrib (= 1.3.1)
39-
sinatra-jsonp (= 0.3.2)
40-
thin (= 1.3.1)
37+
sinatra (= 1.4.3)
38+
sinatra-contrib (= 1.4.1)
39+
sinatra-jsonp (= 0.4.2)
40+
thin (= 1.5.1)

0 commit comments

Comments
 (0)