Skip to content

Commit f5875ba

Browse files
Update bundler and web-console.
Because I was having problems updating the gems' versions correctly with the old bundler. And bundler had difficulty finding the right versions of web-console when pulling from git.
1 parent 902b242 commit f5875ba

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'tiny_tds'
1212

1313
group :development do
1414
gem 'better_errors'
15-
gem 'web-console', github: 'rails/web-console'
15+
gem 'web-console'
1616
end
1717

1818
group :development, :test do

Gemfile.lock

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
GIT
2-
remote: git://github.com/rails/web-console.git
3-
revision: 8753a1056c62da296fb0062d3bdb99f4a83d3631
4-
specs:
5-
web-console (3.4.0)
6-
actionview (>= 5.0)
7-
activemodel (>= 5.0)
8-
debug_inspector
9-
railties (>= 5.0)
10-
111
GEM
122
remote: https://rubygems.org/
133
specs:
@@ -55,6 +45,7 @@ GEM
5545
coderay (>= 1.0.0)
5646
erubis (>= 2.6.6)
5747
rack (>= 0.9.0)
48+
bindex (0.8.1)
5849
builder (3.2.3)
5950
byebug (9.0.6)
6051
coderay (1.1.1)
@@ -63,7 +54,6 @@ GEM
6354
execjs
6455
coffee-script-source (1.12.2)
6556
concurrent-ruby (1.0.4)
66-
debug_inspector (0.0.2)
6757
erubis (2.7.0)
6858
execjs (2.7.0)
6959
globalid (0.3.7)
@@ -142,6 +132,11 @@ GEM
142132
thread_safe (~> 0.1)
143133
uglifier (3.0.4)
144134
execjs (>= 0.3.0, < 3)
135+
web-console (3.7.0)
136+
actionview (>= 5.0)
137+
activemodel (>= 5.0)
138+
bindex (>= 0.4.0)
139+
railties (>= 5.0)
145140
websocket-driver (0.6.5)
146141
websocket-extensions (>= 0.1.0)
147142
websocket-extensions (0.1.2)
@@ -161,7 +156,7 @@ DEPENDENCIES
161156
spring
162157
tiny_tds
163158
uglifier
164-
web-console!
159+
web-console
165160

166161
BUNDLED WITH
167-
1.13.6
162+
2.2.11

0 commit comments

Comments
 (0)